丽知:店铺HH,供应商BB
This commit is contained in:
parent
8558421247
commit
6e4f1757e0
|
@ -233,7 +233,7 @@ public class ShopPluginInitializer extends PluginBaseEntity {
|
||||||
parentvo.setCustshortname(shopEntity.getName());
|
parentvo.setCustshortname(shopEntity.getName());
|
||||||
// parentvo.setPk_corp("0001");
|
// parentvo.setPk_corp("0001");
|
||||||
//
|
//
|
||||||
// parentvo.setPk_areacl("A");
|
parentvo.setPk_areacl("HH");
|
||||||
//业务编码
|
//业务编码
|
||||||
parentvo.setDef1(shopEntity.getBizCode());
|
parentvo.setDef1(shopEntity.getBizCode());
|
||||||
custdocRequestVo.setParentvo(parentvo);
|
custdocRequestVo.setParentvo(parentvo);
|
||||||
|
|
|
@ -225,6 +225,8 @@ public class SupplierPluginInitializer extends PluginBaseEntity {
|
||||||
parentvo.setCustname(supplierEntity.getName());
|
parentvo.setCustname(supplierEntity.getName());
|
||||||
parentvo.setCustshortname(supplierEntity.getName());
|
parentvo.setCustshortname(supplierEntity.getName());
|
||||||
|
|
||||||
|
parentvo.setPk_areacl("BB");
|
||||||
|
|
||||||
parentvo.setDef1(supplierEntity.getBizCode());
|
parentvo.setDef1(supplierEntity.getBizCode());
|
||||||
|
|
||||||
CustdocEntityDto.setParentvo(parentvo);
|
CustdocEntityDto.setParentvo(parentvo);
|
||||||
|
|
Loading…
Reference in New Issue