修改entranceid写成searchEntranceId造成查询出错的问题

This commit is contained in:
renkaige
2019-01-10 19:53:38 +06:00
parent 2b97ffc53e
commit 3ca2c7f502

View File

@@ -39,7 +39,7 @@
#{item}
</foreach>
</if>
<if test="entranceId !=null and searchEntranceId != ''">
<if test="entranceId !=null and entranceId != ''">
and entrance_id=#{entranceId}
</if>
GROUP BY app_type ) p