Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
871f24223c38c4c99bca39ed7a9d7f8147adc52f
1 parent
18f5c79a
库存续约完成,将逾期通知状态重置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/order/StorageDepositMapper.xml
dal/src/main/resources/META-INF/mybatis/order/StorageDepositMapper.xml
View file @
871f242
...
...
@@ -193,7 +193,7 @@
<update
id=
"updateDepositEndTime"
>
update storage_deposit
set deposit_end_time = #{depositEndTime,jdbcType=INTEGER} ,update_time = #{updateTime,jdbcType=INTEGER}
set deposit_end_time = #{depositEndTime,jdbcType=INTEGER} ,update_time = #{updateTime,jdbcType=INTEGER}
, remind_status = 0
where id = #{depositId,jdbcType=INTEGER} AND del_status = 0 AND owner_uid = #{uid,jdbcType=INTEGER}
</update>
...
...
Please
register
or
login
to post a comment