feat:处理人

This commit is contained in:
苏竹红
2025-05-16 17:31:30 +08:00
parent 664012b97e
commit 009e639c23

View File

@@ -685,7 +685,7 @@ public class ShopServiceImpl implements ShopService {
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(lineId);
List<UserDTO> userList = new ArrayList<>();
//如果阶段对应不上 直接返回空
if(lineInfo.getWorkflowSubStage().equals(subStage)){
if(!lineInfo.getWorkflowSubStage().equals(subStage)){
return userList;
}
//加盟商处理时子阶段状态