mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 修改字段名
This commit is contained in:
@@ -154,8 +154,8 @@
|
||||
from member_basic_info
|
||||
where del_flag = '0'
|
||||
and mobile_number = #{mobileNumber,jdbcType=VARCHAR}
|
||||
<if test="merchantId != null and merchantId != ''" >
|
||||
and merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||
<if test="firstMerchantId != null and firstMerchantId != ''" >
|
||||
and merchant_id = #{firstMerchantId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
order by create_time DESC, update_time DESC
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user