Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
e5d176ea
Commit
e5d176ea
authored
Aug 17, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工资-a.DELETE_FLAG = 0
parent
1627c598
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
TSalaryAccountMapper.xml
...ry-biz/src/main/resources/mapper/TSalaryAccountMapper.xml
+2
-2
TSalaryStandardMapper.xml
...y-biz/src/main/resources/mapper/TSalaryStandardMapper.xml
+4
-4
No files found.
yifu-salary/yifu-salary-biz/src/main/resources/mapper/TSalaryAccountMapper.xml
View file @
e5d176ea
...
...
@@ -246,8 +246,8 @@
<include
refid=
"Base_Column_List"
/>
FROM t_salary_account a
<where>
1=1
<include
refid=
"tSalaryAccount_where"
/>
a.DELETE_FLAG = 0
<include
refid=
"tSalaryAccount_where"
/>
</where>
</select>
...
...
yifu-salary/yifu-salary-biz/src/main/resources/mapper/TSalaryStandardMapper.xml
View file @
e5d176ea
...
...
@@ -218,7 +218,7 @@
<include
refid=
"Base_Column_List"
/>
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include
refid=
"tSalaryStandard_where"
/>
</where>
</select>
...
...
@@ -228,7 +228,7 @@
<include
refid=
"Base_Column_List"
/>
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include
refid=
"where_page"
/>
</where>
order by a.CREATE_TIME desc
...
...
@@ -265,7 +265,7 @@
a.CREATE_TIME
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include
refid=
"where_export"
/>
<if
test=
"searchVo != null"
>
<if
test=
"searchVo.limitStart != null"
>
...
...
@@ -280,7 +280,7 @@
count(1)
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include
refid=
"where_export"
/>
</where>
</select>
...
...
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