修改entranceid写成searchEntranceId造成查询出错的问题
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="entranceId !=null and searchEntranceId != ''">
|
<if test="entranceId !=null and entranceId != ''">
|
||||||
and entrance_id=#{entranceId}
|
and entrance_id=#{entranceId}
|
||||||
</if>
|
</if>
|
||||||
GROUP BY app_type ) p
|
GROUP BY app_type ) p
|
||||||
|
|||||||
Reference in New Issue
Block a user