|
@@ -49,7 +49,7 @@ public class OrderLogLogic {
|
|
|
.eq(StringUtils.isNotBlank(currentCompanyWechat.getCompanyWechatId()),
|
|
|
PgOrderOperatorLog::getCompanyWechatId,
|
|
|
currentCompanyWechat.getCompanyWechatId())
|
|
|
- .orderByDesc(PgOrderOperatorLog::getId)
|
|
|
+ .orderByDesc(PgOrderOperatorLog::getCreateTime)
|
|
|
.list();
|
|
|
return list;
|
|
|
}
|