This commit is contained in:
2023-07-20 16:12:03 +08:00
parent d665182800
commit c25b2f4f45
3 changed files with 32 additions and 0 deletions

View File

@@ -124,6 +124,7 @@
<include refid="Base_Column_List"/>
from adapay_member_account
where del_flag = '0'
and status = '1'
and merchant_id = #{merchantId,jdbcType=VARCHAR}
</select>