Преглед изворни кода

【界面标准化】【销售订单列表】【新增sa_currecy字段】【后端处理】

rainco пре 7 година
родитељ
комит
fbaa49734b

+ 2 - 0
applications/sale/sale-server/src/main/java/com/usoftchina/saas/sale/po/SaleList.java

@@ -117,6 +117,8 @@ public class SaleList implements Serializable {
     //已转数
     private Double sd_yqty;
 
+    private String sa_currecy;
+
     //private ProductDTO productDTO;级联属性会导致分页查询出现BUG,设置数与查询数量不一致
     private Long pr_id;
     private String pr_code;

+ 1 - 0
applications/sale/sale-server/src/main/resources/mapper/SaleListMapper.xml

@@ -54,6 +54,7 @@
         <result column="sd_text3" property="sd_text3" jdbcType="VARCHAR" />
         <result column="sd_text4" property="sd_text4" jdbcType="VARCHAR" />
         <result column="sd_text5" property="sd_text5" jdbcType="VARCHAR" />
+        <result column="sa_currecy" property="sa_currecy" jdbcType="VARCHAR"/>
         <result column="pr_id" property="pr_id"/>
         <result column="pr_code" property="pr_code"/>
         <result column="pr_detail" property="pr_detail"/>