|
|
|
@ -424,6 +424,7 @@ class OrderController extends Controller
|
|
|
|
'wj_flag' => $wj_flag,
|
|
|
|
'wj_flag' => $wj_flag,
|
|
|
|
'youhuiquan' => $quanInfo === false ? '' : json_encode(['id' => $quanInfo['DZJID'], 'name' => $quanInfo['DZJLBMC']], JSON_UNESCAPED_UNICODE),
|
|
|
|
'youhuiquan' => $quanInfo === false ? '' : json_encode(['id' => $quanInfo['DZJID'], 'name' => $quanInfo['DZJLBMC']], JSON_UNESCAPED_UNICODE),
|
|
|
|
'created_at' => $now_datetime,
|
|
|
|
'created_at' => $now_datetime,
|
|
|
|
|
|
|
|
'paycheck_time'=>$now_datetime
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|