@@ -71,6 +71,7 @@
<result column="pi_remark" jdbcType="VARCHAR" property="pi_remark" />
<result column="pi_prstatus" jdbcType="VARCHAR" property="pi_prstatus" />
<result column="pi_prstatuscode" jdbcType="VARCHAR" property="pi_prstatuscode" />
+ <result column="pd_ordertotal" jdbcType="DOUBLE" property="pd_ordertotal" />
</resultMap>
@@ -130,6 +130,8 @@ public class ProdInOutList extends CommonBaseEntity{
private String pd_remark;
+ private Double pd_ordertotal;
+
private Long pd_ioid;
private Date pi_auditdate;
@@ -188,7 +188,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
width: 110
}, {
text: '金额',
- dataIndex: 'pd_total',
+ dataIndex: 'pd_ordertotal',
xtype:'numbercolumn',