update 修改字段名

This commit is contained in:
2023-12-08 09:59:09 +08:00
parent 153404729b
commit 25bce49bcc
8 changed files with 40 additions and 23 deletions

View File

@@ -154,8 +154,8 @@
from member_basic_info
where del_flag = '0'
and mobile_number = #{mobileNumber,jdbcType=VARCHAR}
<if test="firstMerchantId != null and firstMerchantId != ''" >
and merchant_id = #{firstMerchantId,jdbcType=VARCHAR}
<if test="firstLevelMerchantId != null and firstLevelMerchantId != ''" >
and merchant_id = #{firstLevelMerchantId,jdbcType=VARCHAR}
</if>
order by create_time DESC, update_time DESC
</select>