新增注释
This commit is contained in:
@@ -117,6 +117,7 @@ class ErpController extends Controller
|
|||||||
if ($v['prescription']['status'] == 1) {
|
if ($v['prescription']['status'] == 1) {
|
||||||
$erpData[$k]['orderId'] = $v['order_no'];
|
$erpData[$k]['orderId'] = $v['order_no'];
|
||||||
$erpData[$k]['createTime'] = date('Y-m-d H:i:s', $v['created_at']);
|
$erpData[$k]['createTime'] = date('Y-m-d H:i:s', $v['created_at']);
|
||||||
|
// 如果是商城处方订单
|
||||||
if ($v['is_online'] == 3) {
|
if ($v['is_online'] == 3) {
|
||||||
$erpData[$k]['userId'] = $defaultUserId;
|
$erpData[$k]['userId'] = $defaultUserId;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user