Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
4535d544
Commit
4535d544
authored
Feb 24, 2022
by
xugaojun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://git.gicdev.com/haoban3.0/haoban-manage3.0
parents
ab9f26a0
a91322fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
TabHaobanWelcomeMediaMapper.xml
...src/main/resources/mapper/TabHaobanWelcomeMediaMapper.xml
+2
-2
TabHaobanWelcomeSuitRangMapper.xml
.../main/resources/mapper/TabHaobanWelcomeSuitRangMapper.xml
+6
-6
No files found.
haoban-manage3-service/src/main/resources/mapper/TabHaobanWelcomeMediaMapper.xml
View file @
4535d544
...
...
@@ -27,7 +27,7 @@
create_time,
update_time,
delete_flag
from
haoban3.
tab_haoban_welcome_media
from tab_haoban_welcome_media
where welcome_media_id = #{welcomeMediaId}
</select>
...
...
@@ -58,7 +58,7 @@
<!--通过主键修改数据-->
<update
id=
"update"
>
update
haoban3.
tab_haoban_welcome_media
update tab_haoban_welcome_media
<set>
<if
test=
"wxEnterpriseId != null and wxEnterpriseId != ''"
>
wx_enterprise_id = #{wxEnterpriseId},
...
...
haoban-manage3-service/src/main/resources/mapper/TabHaobanWelcomeSuitRangMapper.xml
View file @
4535d544
...
...
@@ -35,7 +35,7 @@
create_time,
update_time,
delete_flag
from
haoban3.
tab_haoban_welcome_suit_rang
from tab_haoban_welcome_suit_rang
where welcome_suit_rang_id = #{welcomeSuitRangId}
</select>
...
...
@@ -55,7 +55,7 @@
create_time,
update_time,
delete_flag
from
haoban3.
tab_haoban_welcome_suit_rang limit #{offset}, #{limit}
from tab_haoban_welcome_suit_rang limit #{offset}, #{limit}
</select>
<!--通过实体作为筛选条件查询-->
...
...
@@ -65,7 +65,7 @@
suit_staff_id, suit_staff_name, staff_belong_department_id, staff_belong_department_name, select_type,
create_time,
update_time, delete_flag
from
haoban3.
tab_haoban_welcome_suit_rang
from tab_haoban_welcome_suit_rang
<where>
<if
test=
"welcomeSuitRangId != null"
>
and welcome_suit_rang_id = #{welcomeSuitRangId}
...
...
@@ -114,7 +114,7 @@
<!--新增所有列-->
<insert
id=
"insert"
keyProperty=
"welcomeSuitRangId"
useGeneratedKeys=
"false"
>
insert into
haoban3.
tab_haoban_welcome_suit_rang(welcome_suit_rang_id, wx_enterprise_id, welcome_id, suit_type, suit_department_id,
insert into tab_haoban_welcome_suit_rang(welcome_suit_rang_id, wx_enterprise_id, welcome_id, suit_type, suit_department_id,
suit_department_name, suit_staff_id, suit_staff_name,
staff_belong_department_id, staff_belong_department_name,
select_type,
...
...
@@ -126,7 +126,7 @@
<!--通过主键修改数据-->
<update
id=
"update"
>
update
haoban3.
tab_haoban_welcome_suit_rang
update tab_haoban_welcome_suit_rang
<set>
<if
test=
"wxEnterpriseId != null and wxEnterpriseId != ''"
>
wx_enterprise_id = #{wxEnterpriseId},
...
...
@@ -174,7 +174,7 @@
<!--通过主键删除-->
<delete
id=
"deleteById"
>
delete
from
haoban3.
tab_haoban_welcome_suit_rang
from tab_haoban_welcome_suit_rang
where welcome_suit_rang_id = #{welcomeSuitRangId}
</delete>
...
...
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