修改查询条件

This commit is contained in:
韩鹏辉 2023-09-04 10:02:34 +08:00
parent 3281de5969
commit df24fc2c81
1 changed files with 1 additions and 1 deletions

View File

@ -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>