소스 검색

admin update

xiaoyu 3 년 전
부모
커밋
9a866eff2a
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      admin/control/ordersendlist.php
  2. 2 2
      admin/templates/default/refill.order.send.index.php

+ 1 - 1
admin/control/ordersendlist.php

@@ -160,7 +160,7 @@ class ordersendlistControl extends SystemControl
         $start_day = strtotime("-5 days",$cur_time);
         $extra_conds = [
             ['between', [$cur_time - 3600, $cur_time - 1800]],
-            [$start_day, $cur_time - 3600]
+            ['between', [$start_day, $cur_time - 3600]]
         ];
 
         if (array_key_exists($timeout_type, $this->mTimeouts)) {

+ 2 - 2
admin/templates/default/refill.order.send.index.php

@@ -346,13 +346,13 @@
             <?php } ?>
         <?php } else { ?>
             <tr class="no_data">
-                <td colspan="17"><?php echo $lang['nc_no_record']; ?></td>
+                <td colspan="18"><?php echo $lang['nc_no_record']; ?></td>
             </tr>
         <?php } ?>
         </tbody>
         <tfoot>
         <tr class="tfoot">
-            <td colspan="17" id="dataFuncs">
+            <td colspan="18" id="dataFuncs">
                 <div class="pagination"> <?php echo $output['show_page']; ?> </div>
             </td>
         </tr>