提交 1438c592 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码,后台体系[Spring Boot]

上级 dee671e1
......@@ -336,7 +336,7 @@ public class Res_partnerServiceImpl extends EBSServiceImpl<Res_partnerMapper, Re
}
if(org.apache.commons.lang3.StringUtils.isNotBlank(et.getCategoryId())){
this.baseMapper.saveRelByOdoo_partner(et.getId() , com.alibaba.fastjson.JSONArray.parseArray(CategoryId, cn.ibizlab.businesscentral.util.domain.MultiSelectItem.class));
this.baseMapper.saveRelByOdoo_partner(et.getId() , com.alibaba.fastjson.JSONArray.parseArray(category_id, cn.ibizlab.businesscentral.util.domain.MultiSelectItem.class));
}
return true;
......
......@@ -99,7 +99,7 @@ public class Res_supplierServiceImpl extends EBSServiceImpl<Res_supplierMapper,
}
if(org.apache.commons.lang3.StringUtils.isNotBlank(et.getCategoryId())){
this.baseMapper.saveRelByOdoo_supplier(et.getId() , com.alibaba.fastjson.JSONArray.parseArray(CategoryId, cn.ibizlab.businesscentral.util.domain.MultiSelectItem.class));
this.baseMapper.saveRelByOdoo_supplier(et.getId() , com.alibaba.fastjson.JSONArray.parseArray(category_id, cn.ibizlab.businesscentral.util.domain.MultiSelectItem.class));
}
return true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册