Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
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
sa_aidea
Aidea
Commits
69c85cb6
Commit
69c85cb6
authored
Nov 09, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aidea product update by Strive Date 2020-11-03
parent
4ff9f21e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ConsultSheetMapper.xml
...lasses/com/cftech/consultsheet/dao/ConsultSheetMapper.xml
+5
-1
No files found.
aidea-modules/consult-module/target/classes/com/cftech/consultsheet/dao/ConsultSheetMapper.xml
View file @
69c85cb6
...
@@ -202,12 +202,16 @@
...
@@ -202,12 +202,16 @@
<include
refid=
"sqlCol"
/>
<include
refid=
"sqlCol"
/>
from t_aidea_consult_sheet
from t_aidea_consult_sheet
where del_flag = 0
where del_flag = 0
<if
test=
"name!=null"
>
<if
test=
"openid!=null"
>
and open_id = {openid}
</if>
<if
test=
"name!=null and name !=''"
>
and user_name like concat('%',#{name},'%')
and user_name like concat('%',#{name},'%')
</if>
</if>
<if
test=
"id!=null"
>
<if
test=
"id!=null"
>
and id = #{id}
and id = #{id}
</if>
</if>
ORDER BY create_time
</select>
</select>
<update
id=
"update"
parameterType=
"com.cftech.consultsheet.model.ConsultSheet"
>
<update
id=
"update"
parameterType=
"com.cftech.consultsheet.model.ConsultSheet"
>
...
...
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