调拨订单导出和插入修改1
This commit is contained in:
parent
5e378a3372
commit
8d085e688e
@ -76,7 +76,7 @@ class InventoryTransferLogic extends BaseLogic
|
||||
];
|
||||
}
|
||||
InventoryTransfer::insertAll($insert);
|
||||
if ($find['two_type'] == 1) {
|
||||
if ($find['two_type'] == 1 && $find['status'] == 1) {
|
||||
InventoryTransferOrderLogic::audit($find, $insert, $admin_id);
|
||||
}
|
||||
Db::commit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user