Browse Source

erp
物料上传

wangdy 7 years ago
parent
commit
ba2afdbfcc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/uas/ps/product/entity/Prod.java

+ 2 - 0
src/main/java/com/uas/ps/product/entity/Prod.java

@@ -403,6 +403,8 @@ public class Prod implements Serializable {
         product.setLtinstock(this.pr_ltinstock);
         product.setSourceId(this.pr_id);
         product.setBrand(this.pr_brand);
+        product.setpCmpCode(product.getCmpCode());
+        product.setpBrandEn(product.getBrand());
         product.setCode(this.pr_code);
         product.setEnUU(this.pr_enuu);
         // 默认设置为非标准,到平台做匹配更新