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