客商编码自定义项1
This commit is contained in:
parent
cfb5eef150
commit
83102fc1ef
|
@ -201,6 +201,8 @@ public class ShopPluginInitializer extends PluginBaseEntity {
|
||||||
parentvo.setCustname(shopEntity.getName());
|
parentvo.setCustname(shopEntity.getName());
|
||||||
parentvo.setCustshortname(shopEntity.getName());
|
parentvo.setCustshortname(shopEntity.getName());
|
||||||
|
|
||||||
|
parentvo.setDef1(shopEntity.getBizCode());
|
||||||
|
|
||||||
custdocRequestVo.setParentvo(parentvo);
|
custdocRequestVo.setParentvo(parentvo);
|
||||||
//同步u8c
|
//同步u8c
|
||||||
HashMap<String, Object> param = new HashMap<>();
|
HashMap<String, Object> param = new HashMap<>();
|
||||||
|
|
|
@ -202,6 +202,8 @@ public class SupplierPluginInitializer extends PluginBaseEntity {
|
||||||
parentvo.setCustname(supplierEntity.getName());
|
parentvo.setCustname(supplierEntity.getName());
|
||||||
parentvo.setCustshortname(supplierEntity.getName());
|
parentvo.setCustshortname(supplierEntity.getName());
|
||||||
|
|
||||||
|
parentvo.setDef1(supplierEntity.getBizCode());
|
||||||
|
|
||||||
CustdocEntityDto.setParentvo(parentvo);
|
CustdocEntityDto.setParentvo(parentvo);
|
||||||
// 同步u8c
|
// 同步u8c
|
||||||
HashMap<String, Object> param = new HashMap<>();
|
HashMap<String, Object> param = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue