[修改] prcType 以前prcType不能编辑
This commit is contained in:
+2
-2
@@ -657,7 +657,7 @@ public class TodoTaskController {
|
||||
|
||||
QueryWrapper<BusProcessName> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("CREAT_USER", approveDataVO.getCreateUser());
|
||||
queryWrapper.eq("PRC_TYPE", approveDataVO.getPrcType());
|
||||
// queryWrapper.eq("PRC_TYPE", approveDataVO.getPrcType());
|
||||
queryWrapper.eq("ID", approveDataVO.getId());
|
||||
queryWrapper.isNull("PRC_ID");
|
||||
List<BusProcessName> list = iBusProcessNameService.list(queryWrapper);
|
||||
@@ -738,7 +738,7 @@ public class TodoTaskController {
|
||||
|
||||
QueryWrapper<BusProcessName> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("CREAT_USER", approveDataVO.getCreateUser());
|
||||
queryWrapper.eq("PRC_TYPE", approveDataVO.getPrcType());
|
||||
// queryWrapper.eq("PRC_TYPE", approveDataVO.getPrcType());
|
||||
queryWrapper.eq("ID", approveDataVO.getId());
|
||||
queryWrapper.isNull("PRC_ID");
|
||||
List<BusProcessName> list = iBusProcessNameService.list(queryWrapper);
|
||||
|
||||
Reference in New Issue
Block a user