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