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
d3412ffc
Commit
d3412ffc
authored
Jun 20, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xml优化
parent
23ba4a37
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TEmployeeInfoMapper.xml
...ves-biz/src/main/resources/mapper/TEmployeeInfoMapper.xml
+1
-1
TEmployeeProjectMapper.xml
...-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
+2
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeInfoMapper.xml
View file @
d3412ffc
...
...
@@ -21,7 +21,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.
pig4cloud.pig.demo
.mapper.TEmployeeInfoMapper"
>
<mapper
namespace=
"com.
yifu.cloud.plus.v1.yifu.archives
.mapper.TEmployeeInfoMapper"
>
<resultMap
id=
"tEmployeeInfoMap"
type=
"com.yifu.cloud.plus.v1.yifu.archives.entity.TEmployeeInfo"
>
<id
property=
"id"
column=
"ID"
/>
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
View file @
d3412ffc
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.
pig4cloud.pig.demo
.mapper.TEmployeeProjectMapper"
>
<mapper
namespace=
"com.
yifu.cloud.plus.v1.yifu.archives
.mapper.TEmployeeProjectMapper"
>
<resultMap
id=
"tEmployeeProjectMap"
type=
"com.
pig4cloud.pig.demo
.entity.TEmployeeProject"
>
<resultMap
id=
"tEmployeeProjectMap"
type=
"com.
yifu.cloud.plus.v1.yifu.archives
.entity.TEmployeeProject"
>
<id
property=
"id"
column=
"ID"
/>
<result
property=
"empId"
column=
"EMP_ID"
/>
<result
property=
"empCode"
column=
"EMP_CODE"
/>
...
...
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