1
This commit is contained in:
@@ -537,6 +537,7 @@ class DetectionService extends BaseService
|
||||
$detection_pic = PcreMatch::pregRemoveOssWebsite($detection_pic);
|
||||
}
|
||||
|
||||
// 获取检测所
|
||||
|
||||
Db::beginTransaction();
|
||||
try {
|
||||
@@ -545,6 +546,7 @@ class DetectionService extends BaseService
|
||||
$data['detection_pic'] = $detection_pic ?? "";
|
||||
$data['detection_bar_code'] = $request_params['detection_bar_code'];
|
||||
$data['detection_status'] = 3;
|
||||
$data['detection_organ_id'] = 1;// 检测机构id
|
||||
|
||||
$params = array();
|
||||
$params['order_detection_id'] = $order_detection_id;
|
||||
|
||||
Reference in New Issue
Block a user