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