浏览代码

问题处理

wangming 1 年之前
父节点
当前提交
cb033efc34

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxProjectManageServiceImpl.java

@@ -571,7 +571,7 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
                 String m1 = v.getString("m");
                 JSONObject mc = v.getJSONObject("mc");
 
-                if(ObjectUtil.isNull(m1) && ObjectUtil.isNull(mc)) {
+                if(ObjectUtil.isEmpty(m1) && ObjectUtil.isNull(mc)) {
                     continue;
                 }