Commit bb728356 authored by zw's avatar zw

bug

parent a1e51192
......@@ -217,6 +217,10 @@ class ResultsSummaryNewTask
if ($id > 0) {
$result["id"] = $id;
unset($result["create_time"]);
//调配门店经纪人id不变,门店或区域id变动,所以修改数据不做修改门店和部门id
unset($result["district_id"]);
unset($result["store_id"]);
array_push($updateArr, $result);
} else {
array_push($insertArr, $result);
......
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