Commit dbbebd5b by 程裕兵

feat:apply

parent 79c0f0ca
...@@ -90,6 +90,7 @@ public class StudioMerchantApplyRpService extends ...@@ -90,6 +90,7 @@ public class StudioMerchantApplyRpService extends
if (null != params.getEndTime()) { if (null != params.getEndTime()) {
wrapper.le(StudioMerchantApply.CREATE_TIME, params.getEndTime()); wrapper.le(StudioMerchantApply.CREATE_TIME, params.getEndTime());
} }
wrapper.orderByDesc(StudioMerchantApply.ID);
return this.findByWrapperPage(wrapper, params.getCurrent(), params.getSize()); return this.findByWrapperPage(wrapper, params.getCurrent(), params.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