|
@@ -33,7 +33,7 @@ function FieldProblem() {
|
|
|
current: 1,
|
|
|
size: 15,
|
|
|
asc:['isSolved'],
|
|
|
- desc: ['solveTime'],
|
|
|
+ desc: ['solveTime','behospitalCode'],
|
|
|
behospitalStartDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
behospitalEndDate: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
});
|
|
@@ -43,7 +43,7 @@ function FieldProblem() {
|
|
|
current: 1,
|
|
|
size: size,
|
|
|
asc:['isSolved'],
|
|
|
- desc: ['solveTime'],
|
|
|
+ desc: ['solveTime','behospitalCode'],
|
|
|
behospitalStartDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
behospitalEndDate: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
}
|