客商编码自定义项1

This commit is contained in:
sx 2024-08-20 14:49:29 +08:00
parent cfb5eef150
commit 83102fc1ef
2 changed files with 4 additions and 0 deletions

View File

@ -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<>();

View File

@ -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<>();