src/main/java/com/zy/crm/manager/controller/PlanController.java
@@ -11,6 +11,7 @@ import com.core.common.R; import com.core.domain.KeyValueVo; import com.core.exception.CoolException; import com.zy.crm.common.model.SettleDto; import com.zy.crm.common.web.BaseController; import com.zy.crm.manager.controller.result.FollowerTableVo; import com.zy.crm.manager.entity.Plan; @@ -115,6 +116,7 @@ plan.setForm(JSON.toJSONString(param)); // 自定义表单内容 plan.setSettle(1); // 1.开始 plan.setSettleMsg(JSON.toJSONString(SettleDto.init(plan))); if (!planService.insert(plan)) { throw new CoolException("保持失败,请重试");