puzhibing
2023-12-22 d45923a8b023f9a010fc75f53b13ffca01c573fa
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/DriverActivityRegisteredMapper.xml
@@ -19,7 +19,7 @@
    <select id="query" resultType="map">
        select
        a.id as id,
        CONCAT('邀请', if(a.`type` = 1, '司机', '用户'), '注册奖励', a.money, '元') as content,
        CONCAT('邀请', if(a.`type` = 1, '司机', '用户'), '注册奖励GHS', a.money) as content,
        a.money as money
        from t_driver_activity_registered a
        left join t_driver_activity b on (a.driverActivityId = b.id)