|
|
@@ -110,6 +110,7 @@
|
|
|
<result column="is_enabled" property="isEnabled" jdbcType="VARCHAR"/>
|
|
|
<result column="is_valid" property="isValid" jdbcType="VARCHAR"/>
|
|
|
<result column="approved" property="approved" jdbcType="VARCHAR"/>
|
|
|
+ <result column="cost_describe" property="costDescribe" jdbcType="VARCHAR"/>
|
|
|
<result column="rule_description" property="ruleDescription" jdbcType="VARCHAR"/>
|
|
|
<result column="product_id" property="productId" jdbcType="VARCHAR"/>
|
|
|
<result column="product_name" property="productName" jdbcType="VARCHAR"/>
|
|
|
@@ -320,6 +321,7 @@
|
|
|
pc.ptl_agreement_id,
|
|
|
pc.cover_rule_id,
|
|
|
pc.approved,
|
|
|
+ pc.cost_describe,
|
|
|
pc.priority_level,
|
|
|
pc.is_enabled,
|
|
|
pc.create_time,
|
|
|
@@ -358,7 +360,7 @@
|
|
|
AND pr.rule_description like concat('%',#{costParam.rulesName},'%')
|
|
|
</if>
|
|
|
<if test="costParam.costRules != null and costParam.costRules != ''">
|
|
|
- AND pc.cost_rules like concat('%',#{costParam.costRules},'%')
|
|
|
+ AND pc.cost_describe like concat('%',#{costParam.costRules},'%')
|
|
|
</if>
|
|
|
<if test="costParam.agreementStatus != null and costParam.agreementStatus != ''">
|
|
|
AND pc.is_enabled = #{costParam.agreementStatus}
|