调试商品入库到门店

This commit is contained in:
lewis 2025-02-08 16:17:21 +08:00
parent c14d3b8d47
commit 51e848718f

View File

@ -619,8 +619,8 @@ class BeforehandOrderLogic extends BaseLogic
'paid' => 0,
'audit_status' => 1,
'mark' => $params['mark'] ?? '',
'other_data' => json_encode($other_data, true)
'other_data' => json_encode($other_data, true),
'is_arrears' => 2
]);
foreach ($datas as $k => $v) {
$datas[$k]['bhoid'] = $order['id'];