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