Browse Source

BUG处理

guq 7 years ago
parent
commit
bfc0d860a1

+ 1 - 1
applications/storage/storage-dto/src/main/java/com/usoftchina/saas/storage/po/report/ProdinoutCountView.java

@@ -28,7 +28,7 @@ public class ProdinoutCountView implements Serializable{
     private Double pwm_endamount;
     private Integer companyid;
     private String pr_orispeccode;
-    private String pr_barnd;
+    private String pr_brand;
 
 
 }

+ 1 - 1
applications/storage/storage-server/src/main/resources/mapper/ProdInOutReportMapper.xml

@@ -33,7 +33,7 @@
     <result column="pr_detail" jdbcType="VARCHAR" property="pr_detail" />
     <result column="pr_spec" jdbcType="VARCHAR" property="pr_spec" />
     <result column="pr_unit" jdbcType="VARCHAR" property="pr_unit" />
-    <result column="pr_barnd" jdbcType="VARCHAR" property="pr_barnd" />
+    <result column="pr_brand" jdbcType="VARCHAR" property="pr_brand" />
     <result column="pr_orispeccode" jdbcType="VARCHAR" property="pr_orispeccode" />
     <result column="wh_description" jdbcType="VARCHAR" property="wh_description" />
     <result column="pwm_beginqty" jdbcType="DOUBLE" property="pwm_beginqty" />