提交 c59f3437 authored 作者: 133's avatar 133

[清退流程图] 代码提交

上级 d13f82d1
......@@ -395,6 +395,17 @@ public class TaskController {
Map<String, String> map = new HashMap<>();
map=defaults(taskLogUserVos);
map.remove("0");
if (billStatus==1208){
map.remove("1208");
map.remove("1217");
}else if(billStatus==1217){
map.remove("1217");
}else if (billStatus==1209){
map.remove("1209");
map.remove("1220");
}else if (billStatus==1220){
map.remove("1220");
}
return map;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论