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
df62f963
Commit
df62f963
authored
Apr 15, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.6.2-企微出差主逻辑
parent
a731f446
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
25 deletions
+27
-25
EkpQiweiChuchaiMapper.xml
...n-biz/src/main/resources/mapper/EkpQiweiChuchaiMapper.xml
+27
-25
No files found.
yifu-permission/yifu-permission-biz/src/main/resources/mapper/EkpQiweiChuchaiMapper.xml
View file @
df62f963
...
...
@@ -6,34 +6,36 @@
<resultMap
id=
"BaseResultMap"
type=
"com.yifu.cloud.plus.v1.yifu.permission.entity.EkpQiwiChuchai"
>
<id
property=
"fdId"
column=
"fd_ID"
/>
<result
property=
"spNo"
column=
"SP_NO"
/>
<result
property=
"applyUserName"
column=
"APPLY_USER_NAME"
/>
<result
property=
"applyUserDept"
column=
"APPLY_USER_DEPT"
/>
<result
property=
"applyDate"
column=
"APPLY_DATE"
/>
<result
property=
"newBegin"
column=
"NEW_BEGIN"
/>
<result
property=
"newEnd"
column=
"NEW_END"
/>
<result
property=
"reason"
column=
"REASON"
/>
<result
property=
"person"
column=
"PERSON"
/>
<result
property=
"address"
column=
"ADDRESS"
/>
<result
property=
"tools"
column=
"TOOLS"
/>
<result
property=
"status"
column=
"STATUS"
/>
<result
property=
"settleFormId"
column=
"SETTLE_FORM_ID"
/>
<result
property=
"spNo"
column=
"FD_SP_NO"
/>
<result
property=
"applyUserName"
column=
"FD_APPLY_USER_NAME"
/>
<result
property=
"applyUserDept"
column=
"FD_APPLY_USER_DEPT"
/>
<result
property=
"applyDate"
column=
"FD_APPLY_DATE"
/>
<result
property=
"newBegin"
column=
"FD_NEW_BEGIN"
/>
<result
property=
"newEnd"
column=
"FD_NEW_END"
/>
<result
property=
"reason"
column=
"FD_REASON"
/>
<result
property=
"person"
column=
"FD_PERSON"
/>
<result
property=
"address"
column=
"FD_ADDRESS"
/>
<result
property=
"tools"
column=
"FD_TOOLS"
/>
<result
property=
"status"
column=
"FD_STATUS"
/>
<result
property=
"settleFormId"
column=
"FD_SETTLE_FORM_ID"
/>
<result
property=
"createTime"
column=
"create_time"
/>
</resultMap>
<sql
id=
"Base_Column_List"
>
a.FD_ID,
a.SP_NO,
a.APPLY_USER_NAME,
a.APPLY_USER_DEPT,
a.APPLY_DATE,
a.NEW_BEGIN,
a.NEW_END,
a.REASON,
a.PERSON,
a.ADDRESS,
a.TOOLS,
a.STATUS,
a.SETTLE_FORM_ID
a.FD_SP_NO,
a.FD_APPLY_USER_NAME,
a.FD_APPLY_USER_DEPT,
a.FD_APPLY_DATE,
a.FD_NEW_BEGIN,
a.FD_NEW_END,
a.FD_REASON,
a.FD_PERSON,
a.FD_ADDRESS,
a.FD_TOOLS,
a.FD_STATUS,
a.FD_SETTLE_FORM_ID,
a.create_time
</sql>
<!--获取全部的,用来: 拉取企业微信时,不覆盖数据 -->
<select
id=
"getAllInfo"
resultMap=
"BaseResultMap"
>
...
...
@@ -43,7 +45,7 @@
<where>
1=1
<if
test=
"status != null and status.trim() != ''"
>
AND a.STATUS = #{status}
AND a.
FD_
STATUS = #{status}
</if>
</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