fxi
wzy
2022-11-02 6861a79b08b0e855942a9874b44cdf260a0eebc7
src/main/resources/mapper/dapp/DappOnHookAwardDao.xml
@@ -26,7 +26,8 @@
            a.*
        from dapp_on_hook_award a
        where
           date_format(a.award_time, '%Y-%m-%d %H:%i') < #{awardTime}
           date_format(a.award_time, '%Y-%m-%d %H:%i') <= #{awardTime}
        order by a.id desc
        limit 20
    </select>