lmx 1 maand geleden
bovenliggende
commit
ad5e085792

+ 1 - 1
fs-service/src/main/java/com/fs/company/service/impl/CompanyVoiceRoboticServiceImpl.java

@@ -266,7 +266,7 @@ public class CompanyVoiceRoboticServiceImpl extends ServiceImpl<CompanyVoiceRobo
             callees.setTaskId(result.getTaskID());
             callees.setTaskName(result.getTaskName());
             companyVoiceRoboticCalleesMapper.updateById(callees);
-            Integer unfulfilledTaskCount = companyVoiceRoboticCalleesMapper.getRoboticIsDoneByRoboticIdAndTaskFlow(roboticId, Constants.SEND_MSG);
+            Integer unfulfilledTaskCount = companyVoiceRoboticCalleesMapper.getRoboticIsDoneByRoboticIdAndTaskFlow(roboticId, Constants.CELL_PHONE);
             //全部完成才更新任务状态
             if(unfulfilledTaskCount.compareTo(0) == 0){
                 if(StringUtils.isNotBlank(robotic.getRunTaskFlow())){