Browse Source

admin update

xiaoyu 3 years ago
parent
commit
9a866eff2a

+ 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>