修改查询条件
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
<select id="selectByAppId" resultMap="BaseResultMap">
|
<select id="selectByAppId" resultMap="BaseResultMap">
|
||||||
select * from g_user_set where 1=1
|
select * from g_user_set where 1=1
|
||||||
<if test="appId!=null and appId!=''">
|
<if test="appId!=null and appId!=''">
|
||||||
app_id=#{appId}
|
and app_id=#{appId}
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user