|
|
@@ -291,6 +291,9 @@
|
|
|
<if test="corporateName != null">
|
|
|
and a.corporate_name like concat('%',#{corporateName},'%')
|
|
|
</if>
|
|
|
+ <if test="mergeStatus != null">
|
|
|
+ and merge_status = #{mergeStatus}
|
|
|
+ </if>
|
|
|
<if test="orderDeps != null">
|
|
|
and b.order_dep in
|
|
|
<foreach close=")" collection="orderDeps" item="depId" open="(" separator=",">
|