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
e872a769
Commit
e872a769
authored
Apr 14, 2020
by
裴大威
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-rsy-1022562' into 'master'
修改bug1022562 See merge request rays/pcloud-book!625
parents
d8d9c3de
d85a6570
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
CustomPlanMapper.xml
...ook/src/main/resources/mapper/custom/CustomPlanMapper.xml
+4
-1
No files found.
pcloud-service-book/src/main/resources/mapper/custom/CustomPlanMapper.xml
View file @
e872a769
...
@@ -87,6 +87,9 @@
...
@@ -87,6 +87,9 @@
<if
test=
"previewQrcodeUrl != null"
>
<if
test=
"previewQrcodeUrl != null"
>
preview_qrcode_url = #{previewQrcodeUrl,jdbcType=VARCHAR},
preview_qrcode_url = #{previewQrcodeUrl,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"confirmFeedbackReply != null"
>
confirm_feedback_reply = #{confirmFeedbackReply},
</if>
<if
test=
"robotType != null"
>
<if
test=
"robotType != null"
>
robot_type = #{robotType},
robot_type = #{robotType},
</if>
</if>
...
@@ -105,7 +108,7 @@
...
@@ -105,7 +108,7 @@
<if
test=
"customTimeControlId != null"
>
<if
test=
"customTimeControlId != null"
>
custom_time_control_id = #{customTimeControlId},
custom_time_control_id = #{customTimeControlId},
</if>
</if>
update_time = NOW()
,confirm_feedback_reply = #{confirmFeedbackReply}
update_time = NOW()
</set>
</set>
where id = #{id,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}
</update>
</update>
...
...
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