|
@@ -14,12 +14,7 @@ import com.xjrsoft.module.base.entity.BaseClass;
|
|
import com.xjrsoft.module.base.service.IBaseClassService;
|
|
import com.xjrsoft.module.base.service.IBaseClassService;
|
|
import com.xjrsoft.module.textbook.dto.AddTextbookWarehouseRecordDto;
|
|
import com.xjrsoft.module.textbook.dto.AddTextbookWarehouseRecordDto;
|
|
import com.xjrsoft.module.textbook.dto.TextbookPageDto;
|
|
import com.xjrsoft.module.textbook.dto.TextbookPageDto;
|
|
-import com.xjrsoft.module.textbook.entity.Textbook;
|
|
|
|
-import com.xjrsoft.module.textbook.entity.TextbookClassRelation;
|
|
|
|
-import com.xjrsoft.module.textbook.entity.TextbookSubscriptionRecord;
|
|
|
|
-import com.xjrsoft.module.textbook.entity.TextbookWarehouseRecord;
|
|
|
|
-import com.xjrsoft.module.textbook.entity.WfTextbookSubscription;
|
|
|
|
-import com.xjrsoft.module.textbook.entity.WfTextbookSubscriptionItem;
|
|
|
|
|
|
+import com.xjrsoft.module.textbook.entity.*;
|
|
import com.xjrsoft.module.textbook.mapper.TextbookClassRelationMapper;
|
|
import com.xjrsoft.module.textbook.mapper.TextbookClassRelationMapper;
|
|
import com.xjrsoft.module.textbook.mapper.TextbookMapper;
|
|
import com.xjrsoft.module.textbook.mapper.TextbookMapper;
|
|
import com.xjrsoft.module.textbook.mapper.TextbookSubscriptionRecordMapper;
|
|
import com.xjrsoft.module.textbook.mapper.TextbookSubscriptionRecordMapper;
|
|
@@ -27,13 +22,7 @@ import com.xjrsoft.module.textbook.service.ITextbookClassWarehouseService;
|
|
import com.xjrsoft.module.textbook.service.ITextbookService;
|
|
import com.xjrsoft.module.textbook.service.ITextbookService;
|
|
import com.xjrsoft.module.textbook.service.IWfExerciseBookService;
|
|
import com.xjrsoft.module.textbook.service.IWfExerciseBookService;
|
|
import com.xjrsoft.module.textbook.service.IWfTextbookSubscriptionService;
|
|
import com.xjrsoft.module.textbook.service.IWfTextbookSubscriptionService;
|
|
-import com.xjrsoft.module.textbook.vo.TextbookIssueRecordListVo;
|
|
|
|
-import com.xjrsoft.module.textbook.vo.TextbookPageVo;
|
|
|
|
-import com.xjrsoft.module.textbook.vo.TextbookSubscriptionClassVo;
|
|
|
|
-import com.xjrsoft.module.textbook.vo.TextbookSubscriptionRecordVo;
|
|
|
|
-import com.xjrsoft.module.textbook.vo.TextbookVo;
|
|
|
|
-import com.xjrsoft.module.textbook.vo.TextbookWarehouseRecordListVo;
|
|
|
|
-import com.xjrsoft.module.textbook.vo.WfTextbookClaimListVo;
|
|
|
|
|
|
+import com.xjrsoft.module.textbook.vo.*;
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.AllArgsConstructor;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
@@ -59,6 +48,8 @@ public class TextbookServiceImpl extends MPJBaseServiceImpl<TextbookMapper, Text
|
|
|
|
|
|
private final IWfTextbookSubscriptionService iWfTextbookSubscriptionService;
|
|
private final IWfTextbookSubscriptionService iWfTextbookSubscriptionService;
|
|
|
|
|
|
|
|
+ private final IWfExerciseBookService wfExerciseBookService;
|
|
|
|
+
|
|
private final IBaseClassService baseClassService;
|
|
private final IBaseClassService baseClassService;
|
|
|
|
|
|
private final ITextbookClassWarehouseService textbookClassWarehouseService;
|
|
private final ITextbookClassWarehouseService textbookClassWarehouseService;
|