Quellcode durchsuchen

Merge branch 'dev_jzg_lipf_v20260901'

lipf vor 5 Tagen
Ursprung
Commit
e9da7c40b4

+ 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 != ''">