|
|
@@ -77,7 +77,7 @@ public class FcbgzController {
|
|
77
|
77
|
Date date = ParameterUtil.string2datetime(modifyData);
|
|
78
|
78
|
criteria.andModifydateGreaterThanOrEqualTo(date);
|
|
79
|
79
|
}
|
|
80
|
|
- example.setOrderByClause(" ModifyDate DESC");
|
|
|
80
|
+ example.setOrderByClause(" rq DESC");
|
|
81
|
81
|
List<DataKcglFcbgzDefault> list = null;
|
|
82
|
82
|
try {
|
|
83
|
83
|
list = fcbgzService.findByList(example);
|