提交 343769f7 authored 作者: 133's avatar 133

[任务] 提交显示操作人名称

上级 159d6e5a
......@@ -437,6 +437,7 @@ public class TaskController {
map.put("340j",taskLogUserVo.getUser());
}
}
}else {
//存在 配发中
if (map.containsKey("302")){
......@@ -451,6 +452,10 @@ public class TaskController {
if (billStatus == 302 && map.containsKey("340j")){
map.remove("340j");
}
if (!map.containsKey("341")){
map.remove("340");
}
}
} else {
//0 333
......@@ -473,10 +478,13 @@ public class TaskController {
if (billStatus == 340 && map.containsKey("340") && !map.containsKey("302") && taskLogUserVo.getOldStatus()!=341){
map.remove("340");
}
//add
if (billStatus == 340 && taskLogUserVo.getOldStatus() == 302){
map.remove("340j");
map.remove("340");
map.remove("341");
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论