张延森 5 years ago
parent
commit
716f5b0b52

+ 5
- 5
src/main/java/com.huiju.welcome/controller/TaCustomerController.java View File

@@ -179,11 +179,11 @@ public class TaCustomerController extends BaseController {
179 179
             return ResponseBean.error("保存内容格式非法或者为空", HttpStatus.SC_BAD_REQUEST);
180 180
         }
181 181
 
182
-        // 是否2号岗修改
183
-        Boolean mainUsher = params.getBoolean("mainUsher");
184
-        if (null != mainUsher && mainUsher) {
185
-            iTaCustomerService.updateByMainUsher(id, params);
186
-        }
182
+//        // 是否2号岗修改
183
+//        Boolean mainUsher = params.getBoolean("mainUsher");
184
+//        if (null != mainUsher && mainUsher) {
185
+//            iTaCustomerService.updateByMainUsher(id, params);
186
+//        }
187 187
 
188 188
         TaCustomer taCustomer = JSONObject.parseObject(paramStr, TaCustomer.class);
189 189
         JSONArray follows = params.getJSONArray("follows");