获取手机号

This commit is contained in:
dimengzhe
2024-01-18 17:54:17 +08:00
parent 570c8dc573
commit 28f8c4de25

View File

@@ -20,7 +20,7 @@
</select>
<select id="getCustomerInfos" resultType="com.yxt.yythmall.api.lpkcustomer.CustomerInfoVo">
select photo,nick,mobile
select photo,nick,mobile phone
from lpk_customer
where sid = #{userSid}
</select>