浏览代码

Merge branch 'dev_jzg_lipf_v20260901' into test

lipf 5 天之前
父节点
当前提交
0b6593a49a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tenant/organization/src/main/resources/mapper/PtlAgreementCostMapper.xml

+ 2 - 2
tenant/organization/src/main/resources/mapper/PtlAgreementCostMapper.xml

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