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