|
|
@ -43,6 +43,12 @@ |
|
|
|
<if test="ninePlaceVal != null and ninePlaceVal.trim() != ''"> |
|
|
|
AND a.nine_place_val = #{ninePlaceVal} |
|
|
|
</if> |
|
|
|
<if test="firstResult != null and firstResult.trim() != ''"> |
|
|
|
AND a.first_result = #{firstResult} |
|
|
|
</if> |
|
|
|
<if test="finalResult != null and finalResult.trim() != ''"> |
|
|
|
AND a.final_result = #{finalResult} |
|
|
|
</if> |
|
|
|
<if test="placeOrgName != null and placeOrgName.trim() != ''"> |
|
|
|
AND a.place_org_id IN (select id from ic_place_org where place_org_name like concat('%', #{placeOrgName}, '%')) |
|
|
|
</if> |
|
|
|