feat:排序
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#{item}
|
||||
</foreach>
|
||||
</where>
|
||||
ORDER BY created_time DESC
|
||||
ORDER BY created_time asc
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
@@ -43,6 +43,8 @@ public class PreFryRecordsServiceImpl implements PreFryRecordsService {
|
||||
PreFryQualificationApplyDAO preFryQualificationApplyDAO;
|
||||
@Resource
|
||||
PreFriedProductsDAO preFriedProductsDAO;
|
||||
@Resource
|
||||
StoreDao storeDao;
|
||||
|
||||
|
||||
@Override
|
||||
@@ -213,8 +215,7 @@ public class PreFryRecordsServiceImpl implements PreFryRecordsService {
|
||||
return result;
|
||||
}
|
||||
|
||||
@Resource
|
||||
StoreDao storeDao;
|
||||
|
||||
|
||||
@Override
|
||||
public PreFryRecordsDetailDTO getById(Long id) {
|
||||
|
||||
Reference in New Issue
Block a user