用户同步
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user