Browse Source

销售、采购付款增加字段

guq 7 years ago
parent
commit
f3c838c56b

+ 4 - 0
applications/purchase/purchase-server/src/main/java/com/usoftchina/saas/purchase/po/report/PurchasePay.java

@@ -35,4 +35,8 @@ public class PurchasePay  extends CommonBaseEntity implements Serializable {
     private String pd_remark;
 
     private Integer companyid;
+
+    private Double pi_total;
+
+    private Double pi_nettotal;
 }

+ 2 - 0
applications/purchase/purchase-server/src/main/resources/mapper/PurchaseReportMapper.xml

@@ -18,6 +18,8 @@
     <result column="creatorid" property="creatorId" jdbcType="INTEGER"/>
     <result column="createTime" property="createTime" jdbcType="TIMESTAMP" />
     <result column="creatorName" property="creatorName" jdbcType="VARCHAR" />
+    <result column="pi_nettotal" property="pi_nettotal" jdbcType="DOUBLE" />
+    <result column="pi_total" property="pi_total" jdbcType="DOUBLE" />
   </resultMap>
   <resultMap id="ListMap" type="com.usoftchina.saas.purchase.po.report.PurchaseReportDetail">
     <id column="pu_id" property="pu_id" jdbcType="INTEGER" />

+ 4 - 0
applications/sale/sale-server/src/main/java/com/usoftchina/saas/sale/po/report/SalerecView.java

@@ -37,4 +37,8 @@ public class SalerecView {
     private Double rbd_amount;
 
     private Integer companyid;
+
+    private Double pi_total;
+
+    private Double pi_nettotal;
 }

+ 2 - 0
applications/sale/sale-server/src/main/resources/mapper/SalerecViewMapper.xml

@@ -16,6 +16,8 @@
     <result column="rb_remark" property="rb_remark" jdbcType="VARCHAR" />
     <result column="companyid" property="companyid" jdbcType="INTEGER" />
     <result column="rbd_amount" property="rbd_amount" jdbcType="DOUBLE" />
+    <result column="pi_nettotal" property="pi_nettotal" jdbcType="DOUBLE" />
+    <result column="pi_total" property="pi_total" jdbcType="DOUBLE" />
   </resultMap>
   <select id="selectByCondition" resultMap="BaseResultMap">
     select  *  from Salerec_View