Commit 77fb4816 by 焦凯

修改remind的type值

parent c9974ab1
......@@ -23,9 +23,7 @@ import com.beecode.bap.log.LogConstants;
import com.beecode.bap.log.service.LogService;
import com.beecode.bap.staff.Staff;
import com.beecode.bap.staff.service.StaffService;
import com.beecode.bap.workflow.constants.BizProcessConstant;
import com.beecode.bcp.core.context.AminoContextHolder;
import com.beecode.bcp.task.assignment.Actor;
import com.beecode.bcp.type.KClass;
import com.beecode.bcp.type.KObject;
import com.beecode.bcp.type.json.JSONObjectUtils;
......@@ -488,7 +486,7 @@ public class ContractServiceImpl implements ContractService {
remObject.put(RemindConstants.DATA, contractId);
remObject.put(RemindConstants.LOOK_NAME, "合同审核提醒");
remObject.put(RemindConstants.LOOK_TYPE, "Contract");
remObject.put("_type", ContractConstant.ENTITY_CONTRACT);
remObject.put("_type", com.beecode.inz.message.CommonConstants.REMIND_ENTITY);
JSONObject businessInfo = new JSONObject();
// businessInfo.put("biztypeName", "company-info");
// businessInfo.put("triggerAction", "create");
......
......@@ -75,7 +75,7 @@ public class ContractTaskEventListenerHandle implements ApplicationListener<Cont
remObject.put(RemindConstants.DATA, dataId);
remObject.put(RemindConstants.LOOK_NAME, "合同待审提醒");
remObject.put(RemindConstants.LOOK_TYPE, "Contract");
remObject.put("_type", ContractConstant.ENTITY_CONTRACT);
remObject.put("_type", CommonConstants.REMIND_ENTITY);
JSONObject businessInfo = new JSONObject();
// businessInfo.put("biztypeName", "company-info");
// businessInfo.put("triggerAction", "create");
......
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