bug修改
This commit is contained in:
parent
f245ad29d8
commit
f38a6ab9a4
|
|
@ -160,12 +160,18 @@
|
|||
<if test="gxId != null">
|
||||
and tsv.gx_id = #{gxId}
|
||||
</if>
|
||||
<if test="proStatus != null and proStatus != ''">
|
||||
and tp.status = #{proStatus}
|
||||
<if test="rectStatus != null and rectStatus != ''">
|
||||
and tsv.rect_status = #{rectStatus}
|
||||
</if>
|
||||
<if test="keyWord != null and keyWord != ''">
|
||||
and locate(#{keyWord},tsv.check_place)
|
||||
</if>
|
||||
<if test="proIds != null and proIds.size() > 0">
|
||||
and tsv.pro_id in
|
||||
<foreach collection="proIds" item="proId" open="(" separator="," close=")">
|
||||
#{proId}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
GROUP BY tsv.id
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue