update 修改字段名

This commit is contained in:
2023-12-08 09:44:29 +08:00
parent 4c68af993e
commit 153404729b
4 changed files with 9 additions and 9 deletions

View File

@@ -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>