修改查询条件
This commit is contained in:
parent
3281de5969
commit
df24fc2c81
|
|
@ -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>
|
||||
Loading…
Reference in New Issue