Commit c0523da7 authored by xinglei's avatar xinglei

*)修改查询应建已建条件

parent 1c5f3dc4
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<select id="getPage" resultType="com.yeejoin.amos.boot.module.tzs.flc.api.dto.IdxUjerDto"> <select id="getPage" resultType="com.yeejoin.amos.boot.module.tzs.flc.api.dto.IdxUjerDto">
SELECT *, IF(b.id is null, '未建', '已建') as bizType SELECT *, IF(b.id is null, '未建', '已建') as bizType
FROM idx_biz_odgu a FROM idx_biz_odgu a
LEFT JOIN idx_biz_ujer b on a.companyId = b.companyId LEFT JOIN idx_biz_ujer b on a.business_name = b.business_name
<where> <where>
<if test="ids !=null and ids.size()>0"> <if test="ids !=null and ids.size()>0">
AND a.companyId in AND a.companyId in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment