|
|
@@ -51,8 +51,9 @@
|
|
|
<result column="creatorId" property="creatorId" jdbcType="INTEGER" />
|
|
|
<result column="creatorName" property="creatorName" jdbcType="VARCHAR" />
|
|
|
<result column="pr_detail" property="pr_detail" jdbcType="VARCHAR" />
|
|
|
- <result column="creatorName" property="pr_spec" jdbcType="VARCHAR" />
|
|
|
- <result column="pr_orispeccode" property="pr_orispeccode" jdbcType="VARCHAR" />
|
|
|
+ <result column="pr_spec" property="pr_spec" jdbcType="VARCHAR" />
|
|
|
+ <result column="pr_orispeccode" property="pr_orispeccode" jdbcType="VARCHAR"/>
|
|
|
+ <result column="pr_brand" property="pr_brand" jdbcType="VARCHAR"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List" >
|