Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
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
java-sunac-report
sunac_report
Commits
4465ef2e
Commit
4465ef2e
authored
Nov 16, 2017
by
java-lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oa账号登录 记录用户名
parent
960a3693
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
FrontReportDao.xml
src/main/resources/mappings/modules/front/report/FrontReportDao.xml
+4
-2
No files found.
src/main/resources/mappings/modules/front/report/FrontReportDao.xml
View file @
4465ef2e
...
@@ -47,7 +47,8 @@
...
@@ -47,7 +47,8 @@
create_by,
create_by,
create_date,
create_date,
update_by,
update_by,
update_date
update_date,
oa_name
) VALUES(
) VALUES(
#{id},
#{id},
#{reportProject},
#{reportProject},
...
@@ -65,7 +66,8 @@
...
@@ -65,7 +66,8 @@
#{createBy},
#{createBy},
#{createDate},
#{createDate},
#{updateBy},
#{updateBy},
#{updateDate}
#{updateDate},
#{oaName}
)
)
</insert>
</insert>
...
...
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