|
|
@@ -24,6 +24,7 @@
|
|
|
<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" />
|
|
|
+ <result column="pd_remark" property="pd_remark" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<select id="selectByCondition" resultMap="BaseResultMap">
|
|
|
select * from Sale_Profit_View
|