提交 3990d2d1 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 09ab75ea
......@@ -71,7 +71,6 @@ public class Res_partner_res_partner_category_relServiceImpl extends EBSServiceI
boolean mail_notrack = et.get("mail_notrack") != null;
if(!this.retBool(this.baseMapper.insert(et)))
return false;
CachedBeanCopier.copy(get(et.getId()),et);
if (!mail_create_nosubscribe && false) {
cn.ibizlab.businesscentral.util.security.SpringContextHolder.getBean(cn.ibizlab.businesscentral.core.extensions.service.Mail_followersExService.class).add_default_followers(this,et);
......
......@@ -71,7 +71,6 @@ public class Res_supplier_res_partner_category_relServiceImpl extends EBSService
boolean mail_notrack = et.get("mail_notrack") != null;
if(!this.retBool(this.baseMapper.insert(et)))
return false;
CachedBeanCopier.copy(get(et.getId()),et);
if (!mail_create_nosubscribe && false) {
cn.ibizlab.businesscentral.util.security.SpringContextHolder.getBean(cn.ibizlab.businesscentral.core.extensions.service.Mail_followersExService.class).add_default_followers(this,et);
......
......@@ -71,7 +71,6 @@ public class Mail_followers_mail_message_subtype_relServiceImpl extends EBSServi
boolean mail_notrack = et.get("mail_notrack") != null;
if(!this.retBool(this.baseMapper.insert(et)))
return false;
CachedBeanCopier.copy(get(et.getId()),et);
if (!mail_create_nosubscribe && false) {
cn.ibizlab.businesscentral.util.security.SpringContextHolder.getBean(cn.ibizlab.businesscentral.core.extensions.service.Mail_followersExService.class).add_default_followers(this,et);
......
......@@ -71,7 +71,6 @@ public class Product_attribute_value_product_template_attribute_line_relServiceI
boolean mail_notrack = et.get("mail_notrack") != null;
if(!this.retBool(this.baseMapper.insert(et)))
return false;
CachedBeanCopier.copy(get(et.getId()),et);
if (!mail_create_nosubscribe && false) {
cn.ibizlab.businesscentral.util.security.SpringContextHolder.getBean(cn.ibizlab.businesscentral.core.extensions.service.Mail_followersExService.class).add_default_followers(this,et);
......
......@@ -71,7 +71,6 @@ public class Account_move_purchase_order_relServiceImpl extends EBSServiceImpl<A
boolean mail_notrack = et.get("mail_notrack") != null;
if(!this.retBool(this.baseMapper.insert(et)))
return false;
CachedBeanCopier.copy(get(et.getId()),et);
if (!mail_create_nosubscribe && false) {
cn.ibizlab.businesscentral.util.security.SpringContextHolder.getBean(cn.ibizlab.businesscentral.core.extensions.service.Mail_followersExService.class).add_default_followers(this,et);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册