lvhao 5 mesi fa
parent
commit
fc52fb57cc
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      core/CoreApp/controllers/Systemfout.php

+ 4 - 0
core/CoreApp/controllers/Systemfout.php

@@ -836,6 +836,8 @@ class Systemfout extends Start_Controller {
 				'type'=>($y['type'] == 5)?11:10,   //5代表美仓  
 				'order_no'=>$y['number'],
 				'status'=>0,
+				'create_time'=>time(),
+				'update_time'=>time(),
 			];
 			//合并订单自动发货
 			$hb = $this->$fullorder_name->find_all("merge = '".$y['id']."' and id != '".$y['id']."'");
@@ -878,6 +880,8 @@ class Systemfout extends Start_Controller {
 					'type'=>($y['type'] == 5)?11:10,
 					'order_no'=>$v['number'],
 					'status'=>0,
+					'create_time'=>time(),
+					'update_time'=>time(),
 				];
 				// $wh = $this->_fout_db($v,$warehouse,$bdck);
 				// foreach ($wh['sj'] as $vv)