BMS合同管理新增结算主体客户类型编码查询
This commit is contained in:
@@ -138,5 +138,8 @@
|
||||
<if test="settlementCustomersDO.customerType != null and settlementCustomersDO.customerType != ''">
|
||||
and customer_type = #{settlementCustomersDO.customerType}
|
||||
</if>
|
||||
<if test="settlementCustomersDO.customerTypeCode != null and settlementCustomersDO.customerTypeCode != ''">
|
||||
and customer_type_code = #{settlementCustomersDO.customerTypeCode}
|
||||
</if>
|
||||
</sql>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user