BMS结算主体字段查询显示

This commit is contained in:
秦鸿展
2026-02-25 16:37:15 +08:00
parent 50e7568736
commit fb39852c1f
2 changed files with 52 additions and 30 deletions
@@ -142,6 +142,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="contractManageDO.contractType != null">
and contract_type = #{contractManageDO.contractType}
</if>
<if test="contractManageDO.settlementCustomers != null">
and settlement_customers like concat('%', #{contractManageDO.settlementCustomers}, '%')
</if>
<if test="contractManageDO.settlementCustomersCode != null">
and settlement_customers_code = #{contractManageDO.settlementCustomersCode}
</if>