修改过滤方法
This commit is contained in:
parent
1933f96229
commit
476bde0f64
|
@ -999,7 +999,7 @@ public class MdmModulePluginInitializer extends PluginBaseEntity {
|
||||||
mdmModuleSendLogEntity.setOptionType("1");
|
mdmModuleSendLogEntity.setOptionType("1");
|
||||||
Integer num = mdmModuleSendLogDao.getCount(mdmModuleSendLogEntity);
|
Integer num = mdmModuleSendLogDao.getCount(mdmModuleSendLogEntity);
|
||||||
if(num > 0){//已经新增过不发送
|
if(num > 0){//已经新增过不发送
|
||||||
continue;
|
//continue;
|
||||||
}
|
}
|
||||||
getDetailData(mdmModuleDbEntities,doObjects.get(i),mdmModuleDbFiledsRuleEntities,mdmModuleDbFiledsEntities);
|
getDetailData(mdmModuleDbEntities,doObjects.get(i),mdmModuleDbFiledsRuleEntities,mdmModuleDbFiledsEntities);
|
||||||
|
|
||||||
|
|
|
@ -2541,7 +2541,7 @@ public class SysApplicationServiceImpl extends BaseService<SysApplicationEntity,
|
||||||
JSONObject jsonObject1 = JSONObject.parseObject(body);
|
JSONObject jsonObject1 = JSONObject.parseObject(body);
|
||||||
String retCode = jsonObject1.getString("retCode");
|
String retCode = jsonObject1.getString("retCode");
|
||||||
if(retCode != null && "0000".equals(retCode)){
|
if(retCode != null && "0000".equals(retCode)){
|
||||||
JSONObject jsonObject2 = JSONObject.parseObject(jsonObject1.getString("data"));
|
JSONObject jsonObject2 = JSONObject.parseObject(jsonObject1.getString("Data"));
|
||||||
String fileBytes = jsonObject2.getString("fileBytes");
|
String fileBytes = jsonObject2.getString("fileBytes");
|
||||||
if(fileBytes != null && !"".equals(fileBytes)){
|
if(fileBytes != null && !"".equals(fileBytes)){
|
||||||
jsonObject2.put("fileBytes","");
|
jsonObject2.put("fileBytes","");
|
||||||
|
|
Loading…
Reference in New Issue