|
@@ -235,6 +235,7 @@ public class CmOrderArchiveService extends CrudService<CmOrderArchiveDao, CmOrde
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Transactional(readOnly = false)
|
|
public String resetArchiveNo() {
|
|
public String resetArchiveNo() {
|
|
List<CmOrderArchive> orderArchiveList = findList(new CmOrderArchive());
|
|
List<CmOrderArchive> orderArchiveList = findList(new CmOrderArchive());
|
|
orderArchiveList.forEach(cmOrderArchive->{
|
|
orderArchiveList.forEach(cmOrderArchive->{
|