Browse Source

消费模块,消息详情接口

wangyetao/feature-20250628170337-汇率
sunjiabei 4 months ago
parent
commit
9cffd95b79
  1. 2
      src/main/resources/mapper/ConsumeMapper.xml

2
src/main/resources/mapper/ConsumeMapper.xml

@ -23,5 +23,7 @@
user_gold_record ugr ON u.jwcode = ugr.jwcode
JOIN
admin a ON ugr.admin_id = a.id
WHERE
ugr.type = 2
</select>
</mapper>
Loading…
Cancel
Save