Commit 17cdf2dc by 程裕兵

feat:apply

parent dbbebd5b
......@@ -118,6 +118,7 @@ public class StudioCashierRecordRpService extends
if (StringUtil.isNotBlank(query.getStudioName())) {
wrapper.eq(StudioCashierRecord.SUCCESS_TIME, query.getSuccessEndTime());
}
wrapper.orderByDesc(StudioCashierRecord.ID);
return this.findByWrapperPage(wrapper, query.getCurrent(), query.getSize());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment