|
|
@@ -452,6 +452,12 @@
|
|
|
pc.cost_describe LIKE CONCAT('%', #{keyword}, '%')
|
|
|
</foreach>
|
|
|
</if>
|
|
|
+ <if test="costParam.costRules != null and costParam.costRules.length > 0">
|
|
|
+ AND
|
|
|
+ <foreach collection="costParam.costRules" item="keyword" separator="AND">
|
|
|
+ pc.cost_rules LIKE CONCAT('%', #{keyword}, '%')
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
<if test="costParam.agreementStatus != null and costParam.agreementStatus != ''">
|
|
|
AND pc.is_enabled = #{costParam.agreementStatus}
|
|
|
</if>
|