| src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
@@ -51,10 +51,10 @@ and a.type=#{record.type} </if> <if test="record.startTime != null and record.startTime != ''"> and a.create_time >= #{record.startTime} and date_format(a.create_time, '%Y-%m-%d') >= #{record.startTime} </if> <if test="record.endTime != null and record.endTime != ''"> and a.create_time <= #{record.endTime} and date_format(a.create_time, '%Y-%m-%d') <= #{record.endTime} </if> </where> order by a.create_time desc