This commit is contained in:
linfso 2024-05-26 07:15:07 +08:00
parent 55c7645249
commit 9f2e721f86

View File

@ -370,13 +370,6 @@
from emis_customer_user where owner_site = #{ownSiteCode}
</select>
<!-- select CONCAT(#{ownSiteCode},LPAD((count(1)+1),6,'0')) as code from emis_customer_user where owner_site = #{ownSiteCode}-->
<!-- select max(CONVERT(customer_code,SIGNED)) as code from emis_customer_user where owner_site = #{ownSiteCode}-->
<select id="selectEmisCustomerUserByPhone" parameterType="string" resultMap="EmisCustomerUserResult">
select id, customer_code, customer_name, customer_name_en, simple_name, contact, phone, mobile, customer_type, settled_type, user_type, company, lic_no, dept_id, avatar, sex, invitation_info, login_ip, login_date, nick_name, union_id, openid, monthly_pay_code, user_name, password, owner_site, biz_site, biz_site_name, country, province, city, county, town, address, email, post_code, real_name, id_no, payee, salesmen, data_from, bl_open_oms, bl_sms, op_emp_code, first_signing_day, status, order_num, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
from emis_customer_user a