zhouyy 4 kuukautta sitten
vanhempi
commit
2239f77cb0

+ 1 - 1
fhKeeper/formulahousekeeper/management-crm/src/main/java/com/management/platform/service/impl/CustomServiceImpl.java

@@ -304,7 +304,7 @@ public class CustomServiceImpl extends ServiceImpl<CustomMapper, Custom> impleme
         //操作记录
         List<ActionLog> actionLogs = actionLogMapper.selectByInfoListCustom(custom.getId());
         List<Task> tasks = taskMapper.selectList(new QueryWrapper<Task>().in("custom_id", custom1.getId())
-                .eq("is_delete",1)
+                .eq("is_delete",0)
         );
         if (tasks.size()>0){
             List<String> ids = tasks.stream()