update 登录注册接口

This commit is contained in:
2023-08-04 16:14:55 +08:00
parent b4906f3c6c
commit 9331edb6de
4 changed files with 13 additions and 11 deletions

View File

@@ -339,8 +339,8 @@
id
from
pile_merchant_info
where
app_id = #{appId,jdbcType=VARCHAR}
and merchant_level = '1'
where del_flag = '0'
and merchant_level = '1'
and app_id = #{appId,jdbcType=VARCHAR}
</select>
</mapper>