This commit is contained in:
linfso 2024-07-18 14:15:15 +08:00
parent ddfdbd4d62
commit 4217326bfc

View File

@ -382,7 +382,7 @@
<select id="selectMaxCustomerCodeBySite" parameterType="String" resultType="Long">
select CONCAT(CONVERT(max(customer_code),SIGNED)+1,'') as code
from emis_customer_user where owner_site = #{ownSiteCode}
from emis_customer_user
</select>
<!-- <select id="selectMaxCustomerCodeBySite" parameterType="String" resultType="Long">-->