查询nc日志排序修改;
This commit is contained in:
+1
-1
@@ -766,7 +766,7 @@ public class BillManageApplicationService {
|
||||
}
|
||||
|
||||
public List<NcLog> getNcLog(Long id, Long type) {
|
||||
return ncLogMapper.selectList(new LambdaQueryWrapper<NcLog>().eq(NcLog::getOrderId, id).eq(NcLog::getType, type).orderByDesc(NcLog::getSendTime));
|
||||
return ncLogMapper.selectList(new LambdaQueryWrapper<NcLog>().eq(NcLog::getOrderId, id).eq(NcLog::getType, type).orderByDesc(NcLog::getNcLogId));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user