|
|
@@ -27,6 +27,8 @@
|
|
|
<result column="companyid" property="companyid" jdbcType="INTEGER" />
|
|
|
<result column="pd_remark" property="pd_remark" jdbcType="VARCHAR" />
|
|
|
<result column="pw_costprice" property="pw_costprice" jdbcType="DOUBLE" />
|
|
|
+ <result column="pr_orispeccode" property="pr_orispeccode" jdbcType="VARCHAR" />
|
|
|
+ <result column="pr_brand" property="pr_brand" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<select id="selectByCondition" resultMap="BaseResultMap">
|
|
|
select * from Sale_Profit_View
|