Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
0decc446
Commit
0decc446
authored
Nov 08, 2021
by
郑勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug: [none] 加修改时间
parent
936261ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
BookSceneAuth.Mapper.xml
.../main/resources/mapper/copyright/BookSceneAuth.Mapper.xml
+6
-9
No files found.
pcloud-service-book/src/main/resources/mapper/copyright/BookSceneAuth.Mapper.xml
View file @
0decc446
...
...
@@ -51,8 +51,8 @@
#{maxUserCount, jdbcType=INTEGER},
#{fullUseTips, jdbcType=VARCHAR},
#{createdUser, jdbcType=INTEGER},
#{createTime, jdbcType=TIMESTAMP}
,
#{updateTime, jdbcType=TIMESTAMP}
now()
,
now()
)
</insert>
...
...
@@ -77,8 +77,8 @@
#{item.maxUserCount, jdbcType=INTEGER},
#{item.fullUseTips, jdbcType=VARCHAR},
#{item.createdUser, jdbcType=INTEGER},
#{item.createTime, jdbcType=TIMESTAMP}
,
#{item.updateTime, jdbcType=TIMESTAMP}
now()
,
now()
)
</foreach>
</insert>
...
...
@@ -111,9 +111,7 @@
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
<if
test=
"updateTime != null"
>
update_time = #{updateTime},
</if>
update_time = now()
</set>
WHERE id = #{id}
</update>
...
...
@@ -128,8 +126,7 @@
<if
test=
"item.fullUseTips != null and item.fullUseTips != ''"
>
full_use_tips = #{item.fullUseTips},
</if>
update_time = now(),
update_time = now()
</set>
WHERE id = #{item.id}
</foreach>
...
...
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