feat:排序
This commit is contained in:
@@ -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