|
@@ -18,6 +18,8 @@
|
|
|
<result column="pd_total" property="pd_total" jdbcType="DOUBLE" />
|
|
<result column="pd_total" property="pd_total" jdbcType="DOUBLE" />
|
|
|
<result column="pd_netprice" property="pd_netprice" jdbcType="DOUBLE" />
|
|
<result column="pd_netprice" property="pd_netprice" jdbcType="DOUBLE" />
|
|
|
<result column="pd_nettotal" property="pd_nettotal" jdbcType="DOUBLE" />
|
|
<result column="pd_nettotal" property="pd_nettotal" jdbcType="DOUBLE" />
|
|
|
|
|
+ <result column="pr_brand" property="pr_brand" jdbcType="VARCHAR" />
|
|
|
|
|
+ <result column="pr_orispeccode" property="pr_orispeccode" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<select id="selectByCondition" resultMap="BaseResultMap">
|
|
<select id="selectByCondition" resultMap="BaseResultMap">
|