工单接入web_url和rout

This commit is contained in:
hongchao 2025-06-19 10:49:20 +08:00
parent a3836fdb8d
commit 308a82d004
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@ public class LeaseTaskServiceImpl implements ILeaseTaskService {
workApplyInfo.setBusinessId(String.valueOf(newId));
workApplyInfo.setNextStatus("待审核");
workApplyInfo.setFlowState(null);
workApplyInfo.setWebUrl("http://sgwpdm.ah.sgcc.com.cn/iws/mea-h5/#/pages/picking/review/index?appId=9fa73f046ef520b09e94bbffc3b07702");
workApplyInfo.setWebUrl("/mea-h5/#/pages/picking/review/index?appId=9fa73f046ef520b09e94bbffc3b07702&taskId=" + tmTask.getTaskId() + "&id=" + leaseApplyRequestVo.getLeaseApplyInfo().getId());
workApplyInfo.setRout("/mea-h5/#/pages/picking/review/index?appId=9fa73f046ef520b09e94bbffc3b07702&taskId=" + tmTask.getTaskId() + "&id=" + leaseApplyRequestVo.getLeaseApplyInfo().getId());
int countWork = mapper.insertWorkOrder(workApplyInfo);
if(countWork > 0){
//接入information_people表