修复手机号重复的时候报错导致无法登录问题

This commit is contained in:
2024-11-18 08:57:11 +08:00
parent 2f546b2fe8
commit 1413294d4c

View File

@@ -215,6 +215,7 @@
<!-- AND a.tenant_id = 1-->
<!-- </if>-->
</where>
LIMIT 1
</select>
<!-- 根据手机号码查询 -->
@@ -231,6 +232,7 @@
AND a.tenant_id = 1
</if>
</where>
LIMIT 1
</select>
<!-- 查询单条数据 -->