1.审批通过选战区
2.查数据时回显大区regionId
This commit is contained in:
@@ -142,6 +142,7 @@ public class JoinIntentionServiceImpl extends LineFlowService implements JoinInt
|
||||
}
|
||||
response.setRejectPublicReason(lineAuditInfoDO.getRejectPublicReason());
|
||||
}
|
||||
response.setBigRegionId(byLineId.getRegionId());
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,6 +47,8 @@ public abstract class LineFlowService {
|
||||
if(!lineInfo.getWorkflowSubStage().equals(request.getWorkflowSubStage())){
|
||||
throw new ServiceException(ErrorCodeEnum.WORK_FLOW_STAGE_PASS_ERROR);
|
||||
}
|
||||
lineInfo.setRegionId(request.getFightRegion());
|
||||
Integer updateFlag = lineInfoDAO.updateLineInfo(lineInfo);
|
||||
String partnerId = lineInfo.getPartnerId();
|
||||
LineAuditInfoDO auditInfo = new LineAuditInfoDO();
|
||||
auditInfo.setLineId(request.getLineId());
|
||||
|
||||
Reference in New Issue
Block a user