Commit 0e5a072c authored by hangjun83's avatar hangjun83

后端:百化销售订单退货功能逻辑

parent 8a40c129
......@@ -719,6 +719,8 @@ class BhOrdersService
$refund_data['r_amount'] = $refund_amount;
$refund_data['r_ctime'] = time();
$refund_data['r_note'] = $note;
$refund_data['r_bank_account'] = '';
$refund_data['r_confirm_note'] = '';
$db->table('refund')->insertGetId($refund_data);
}else{
......@@ -765,6 +767,8 @@ class BhOrdersService
$refund_data['r_amount'] = $refund_amount;
$refund_data['r_ctime'] = time();
$refund_data['r_note'] = $note;
$refund_data['r_bank_account'] = '';
$refund_data['r_confirm_note'] = '';
$db->table('refund')->insertGetId($refund_data);
}else{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment