Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
9c5c1dba
Commit
9c5c1dba
authored
Apr 24, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bfd8dc22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
BaseQuestionServiceImpl.java
...tion/user/investigation/impl/BaseQuestionServiceImpl.java
+16
-10
No files found.
src/main/java/com/gogirl/application/user/investigation/impl/BaseQuestionServiceImpl.java
View file @
9c5c1dba
...
...
@@ -12,27 +12,33 @@ import com.gogirl.domain.user.investigation.*;
import
com.gogirl.infrastructure.mapper.user.investigation.BaseQuestionMapper
;
import
com.gogirl.infrastructure.mapper.user.investigation.TestPaperCustomerMapMapper
;
import
com.gogirl.infrastructure.mapper.user.investigation.TestPaperMapper
;
import
lombok.AllArgsConstructor
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.stereotype.Service
;
import
javax.annotation.Resource
;
import
java.util.Date
;
import
java.util.List
;
import
java.util.stream.Collectors
;
@Service
@AllArgsConstructor
@Slf4j
public
class
BaseQuestionServiceImpl
extends
ServiceImpl
<
BaseQuestionMapper
,
BaseQuestion
>
implements
BaseQuestionService
{
private
final
BaseQuestionMapper
baseQuestionMapper
;
private
final
TestPaperMapper
testPaperMapper
;
private
final
TestPaperCustomerMapMapper
testPaperCustomerMapMapper
;
private
final
TestPaperQuestionService
testPaperQuestionService
;
private
final
OrderQuestionOptionService
orderQuestionOptionService
;
private
final
ComplaintMainService
complaintMainService
;
private
final
CouponService
couponService
;
@Resource
private
BaseQuestionMapper
baseQuestionMapper
;
@Resource
private
TestPaperMapper
testPaperMapper
;
@Resource
private
TestPaperCustomerMapMapper
testPaperCustomerMapMapper
;
@Resource
private
TestPaperQuestionService
testPaperQuestionService
;
@Resource
private
OrderQuestionOptionService
orderQuestionOptionService
;
@Resource
private
ComplaintMainService
complaintMainService
;
@Resource
private
CouponService
couponService
;
@Override
public
List
<
BaseQuestion
>
getTestPaper
(
Integer
currentCustomerId
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment