用户同步

This commit is contained in:
baozhipeng
2021-12-14 19:49:41 +08:00
parent 3ef315ff88
commit fa2636002d
6 changed files with 109 additions and 8 deletions
@@ -205,7 +205,7 @@
<select id="getPayContactsManagementByPhone" resultType="com.jero.modules.pay.company.entity.PayContactsManagement">
select *
from pay_contacts_management where phone = #{username};
from pay_contacts_management where phone = #{username} and del_flag = 0;
</select>
<update id="forgetPassword">