fix:加盟阶段bug处理
This commit is contained in:
@@ -80,18 +80,18 @@ public class BankServiceImpl extends LineFlowService implements BankService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Boolean auditPass(Long auditId, LineInfoDO lineInfo,String userId) {
|
protected Boolean auditPass(Long auditId, LineInfoDO lineInfo,String userId) {
|
||||||
// WorkflowSubStageEnum workflowSubStageEnum = WorkflowSubStageEnum.getWorkflowSubStageEnum(lineInfo.getWorkflowSubStage());
|
WorkflowSubStageEnum workflowSubStageEnum = WorkflowSubStageEnum.getWorkflowSubStageEnum(lineInfo.getWorkflowSubStage());
|
||||||
// WorkflowSubStageEnum nextStage = workflowSubStageEnum.getNextStage();
|
WorkflowSubStageEnum nextStage = workflowSubStageEnum.getNextStage();
|
||||||
// //更新线索阶段
|
//更新线索阶段
|
||||||
// lineInfoDAO.updateWorkflowStage(lineInfo.getId(), nextStage, nextStage.getInitStatus(), userId);
|
lineInfoDAO.updateWorkflowStage(lineInfo.getId(), nextStage, nextStage.getInitStatus(), userId,Boolean.FALSE);
|
||||||
// String key = MessageFormat.format(CommonConstants.AMOUNT_KEY, eid, lineInfo.getId());
|
String key = MessageFormat.format(CommonConstants.AMOUNT_KEY, eid, lineInfo.getId());
|
||||||
// redisUtilPool.delKey(key);
|
redisUtilPool.delKey(key);
|
||||||
// HashMap<String, String> map = new HashMap<>();
|
HashMap<String, String> map = new HashMap<>();
|
||||||
// map.put("partnerUsername",lineInfo.getUsername());
|
map.put("partnerUsername",lineInfo.getUsername());
|
||||||
// map.put("partnerMobile",lineInfo.getMobile());
|
map.put("partnerMobile",lineInfo.getMobile());
|
||||||
// commonService.sendQWMessage(Collections.singletonList(lineInfo.getInvestmentManager()),
|
commonService.sendQWMessage(Collections.singletonList(lineInfo.getInvestmentManager()),
|
||||||
// MessageEnum.MESSAGE_6,
|
MessageEnum.MESSAGE_6,
|
||||||
// map);
|
map);
|
||||||
return Boolean.TRUE;
|
return Boolean.TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user