|
|
@@ -20,6 +20,8 @@
|
|
|
<result column="pd_ordertotal" property="pd_ordertotal" jdbcType="DOUBLE" />
|
|
|
<result column="pd_total" property="pd_total" jdbcType="DOUBLE" />
|
|
|
<result column="pd_profit" property="pd_profit" jdbcType="DOUBLE" />
|
|
|
+ <result column="pd_price" property="pd_price" jdbcType="DOUBLE" />
|
|
|
+ <result column="pd_netprice" property="pd_netprice" jdbcType="DOUBLE" />
|
|
|
<result column="pd_profitpresent" property="pd_profitpresent" jdbcType="DOUBLE" />
|
|
|
<result column="companyid" property="companyid" jdbcType="INTEGER" />
|
|
|
</resultMap>
|