支付二维码图片

This commit is contained in:
wangxiaopeng
2024-04-25 20:27:59 +08:00
parent df6226abe7
commit ca8856539b
5 changed files with 24 additions and 4 deletions

View File

@@ -150,7 +150,7 @@
select
<include refid="Base_Column_List" />
from xfsg_region_qrcode_config
where region_id = #{regionId}
where region_id = #{regionId} limit 1
</select>
</mapper>