|
@@ -355,7 +355,7 @@ public class WmTaskContentServiceImpl extends ServiceImpl<WmTaskContentMapper, W
|
|
|
List<String> taskTypeIds = null;
|
|
|
switch (taskTypeId) {
|
|
|
case "1":
|
|
|
- taskTypeIds = CollectionUtil.toList("1", "2", "3", "4");
|
|
|
+ taskTypeIds = CollectionUtil.toList("1", "2", "3", "4", "64");
|
|
|
break;
|
|
|
case "19":
|
|
|
taskTypeIds = CollectionUtil.toList("19");
|