【review】代码审核
【修改】虚拟清单WVTAID字段的位置改为和需求保持一致 【修改】搜索框子标题长度不够,进行修改
This commit is contained in:
+1
@@ -315,6 +315,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
||||
}
|
||||
LoginUser currentUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
||||
try {
|
||||
//TODO 切换成枚举,不要在代码里出现魔数
|
||||
if(StringUtils.equals(operatorType,"0")){
|
||||
QueryWrapper<ProjectLawsInventoryEO> queryWrapper = new QueryWrapper<>();
|
||||
if(StringUtils.isNotEmpty(ids)){
|
||||
|
||||
Reference in New Issue
Block a user