Merge remote-tracking branch 'origin/zycrm' into zycrm
| | |
| | | } |
| | | cstmr.setUpdateBy(getUserId()); |
| | | cstmr.setUpdateTime(new Date()); |
| | | if (!Cools.isEmpty(cstmr.getDirector())){ |
| | | User director = userService.selectById(cstmr.getDirector()); |
| | | cstmr.setDeptId(director.getDeptId()); |
| | | cstmr.setUserId(director.getId()); |
| | | } |
| | | cstmrService.updateById(cstmr); |
| | | return R.ok(); |
| | | } |
| | |
| | | User userUp = userService.selectById(plan.getUserId()); |
| | | priOnline2.setAssistantHostSign(plan.getAssistantHostSign()); |
| | | priOnline2.setAssistantPlanId(plan.getAssistantPlanId()); |
| | | priOnline2.setHostPlanId(plan.getHostPlanId()); |
| | | priOnline2.setHostPlanId(plan.getId()); |
| | | if (plan.getAssistantHostSign()==1){ |
| | | priOnline2.setHostPlanId(plan.getHostPlanId()); |
| | | } |
| | | |
| | | |
| | | //业务员 |
| | |
| | | case "uploadLink": |
| | | // 打开弹窗 |
| | | // 构建带参数的内容 |
| | | var planIdSign = data.id; |
| | | var planIdSign = data.itemId; |
| | | if (data.assistantHostSign==1){ |
| | | planIdSign = data.hostPlanId; |
| | | } |