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