wugg 2 vuotta sitten
vanhempi
commit
2a16399914
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/admin/command/GetOrderInfoAndInvoiceInfo.php

+ 1 - 1
app/admin/command/GetOrderInfoAndInvoiceInfo.php

@@ -34,7 +34,7 @@ class GetOrderInfoAndInvoiceInfo extends Command
 						Db::name("invoice_return")->where(["returnCode"=>$red['returnCode'],"status"=>1])->update
 						(["status"=>2,"updatetime"=>date("Y-m-d H:i:s")]);
 						Db::name("invoice_red")->where(["invRed"=>$value['invNo'],"is_del"=>0])->update(["status"=>4,"updatetime"=>date("Y-m-d H:i:s")]);
-						Db::name("invoice_pool")->where(["invNo"=>$red['invNo'],"is_del"=>0])->update(["status"=>8,"updatetime"=>date("Y-m-d H:i:s")]);
+						Db::name("invoice_pool")->where(["invNo"=>$red['invNo'],"is_del"=>0])->update(["status"=>6,"updatetime"=>date("Y-m-d H:i:s")]);
 					}
 				}else{
 					Db::name("invoice_pool")->where(["invNo"=>$value['invNo'],"is_del"=>0])->update(["status"=>2,"updatetime"=>date("Y-m-d H:i:s")]);