|
|
@@ -100,6 +100,9 @@
|
|
100
|
100
|
LEFT JOIN province_all.biz_unit_info bui ON bgqa.unit_info_id = bui.id
|
|
101
|
101
|
LEFT JOIN province_all.biz_audit_request bgq ON bgqa.id = bgq.request_id
|
|
102
|
102
|
where bgqa.apply_type=#{applyType,jdbcType=INTEGER}
|
|
|
103
|
+ <if test="dwmc != null and dwmc != ''">
|
|
|
104
|
+ and bui.dwmc LIKE concat('%', #{dwmc}, '%')
|
|
|
105
|
+ </if>
|
|
103
|
106
|
|
|
104
|
107
|
</select>
|
|
105
|
108
|
<select id="findById" resultType="Map" resultMap="BaseResultMap">
|