|
|
@ -366,7 +366,6 @@ class CustomerResourcesService extends BaseApiService |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//更近客户资源日志表 |
|
|
//更近客户资源日志表 |
|
|
$compareData = (new CommonService)->compareData($customer_resources, $customer_resources_data); |
|
|
$compareData = (new CommonService)->compareData($customer_resources, $customer_resources_data); |
|
|
if ($compareData['changed_fields']) { |
|
|
if ($compareData['changed_fields']) { |
|
|
@ -386,8 +385,6 @@ class CustomerResourcesService extends BaseApiService |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Db::commit(); |
|
|
Db::commit(); |
|
|
$res = [ |
|
|
$res = [ |
|
|
'code' => 1, |
|
|
'code' => 1, |
|
|
|