结算对象改造;
This commit is contained in:
@@ -201,6 +201,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="contractManageDO.topOrganizationId != null">
|
||||
and a.top_organization_id = #{contractManageDO.topOrganizationId}
|
||||
</if>
|
||||
<if test="contractManageDO.contractRentType != null and contractManageDO.contractRentType != ''">
|
||||
and a.contract_rent_type = #{contractManageDO.contractRentType}
|
||||
</if>
|
||||
<if test="contractManageDO.warehouseTempLayerType != null and contractManageDO.warehouseTempLayerType != ''">
|
||||
and a.warehouse_temp_layer_type = #{contractManageDO.warehouseTempLayerType}
|
||||
</if>
|
||||
<if test="contractManageDO.firstSubjectCode != null and contractManageDO.firstSubjectCode != ''">
|
||||
and b.FIRST_SUBJECT_CODE = #{contractManageDO.firstSubjectCode}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user