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
f48b2f01
Commit
f48b2f01
authored
Oct 08, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
过滤停用的问卷问题
parent
792bf9e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
pom.xml
pom.xml
+1
-6
BaseQuestionMapper.xml
src/main/resources/mapper/user/BaseQuestionMapper.xml
+1
-1
No files found.
pom.xml
View file @
f48b2f01
...
...
@@ -190,12 +190,7 @@
<classifier>
jdk15
</classifier>
</dependency>
<!-- <!–短信模块需要的json类库–>-->
<!-- <dependency>-->
<!-- <groupId>org.json</groupId>-->
<!-- <artifactId>json</artifactId>-->
<!-- <version>${json.version}</version>-->
<!-- </dependency>-->
<!--apache lang 工具包-->
<dependency>
...
...
src/main/resources/mapper/user/BaseQuestionMapper.xml
View file @
f48b2f01
...
...
@@ -39,7 +39,7 @@
FROM (
SELECT t2.*
FROM base_question_type t1
LEFT JOIN base_question t2 ON t1.id = t2.type_id
LEFT JOIN base_question t2 ON t1.id = t2.type_id
and t2.show_index =1
where t2.object_oriented= 2
ORDER BY RAND()) t3
GROUP BY t3.type_id
...
...
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