Commit 6f12318b authored by 韩桐桐's avatar 韩桐桐

fix(tcm):bug修改

parent 2011a292
......@@ -578,7 +578,9 @@ public class TzBaseEnterpriseInfoServiceImpl
handleDictName(baseUnitLicence);
licences.add(baseUnitLicence);
});
baseUnitLicenceService.saveOrUpdateBatch(licences);
if (!ValidationUtil.isEmpty(licences)){
baseUnitLicenceService.saveOrUpdateBatch(licences);
}
// 企业信息变更-同步修改企业下人员绑定设备类型
ArrayList<String> newData = new ArrayList<>();
JSONArray objects = JSON.parseArray(tzBaseEnterpriseInfo.getEquipCategory());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment