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
Plain Diff
Browse Files
Authored by
caoyan
2019-09-26 11:10:31 +0800
Commit
464c46864084ab6dfdb427bd6016c182527eafff
2 parents
205b5e47
1c2b0519
Merge branch 'hotfix_现货寄存订单发货变更' of
http://git.yoho.cn/ufo/yohoufo-fore
into hotfix_现货寄存订单发货变更
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 @
464c468
...
...
@@ -185,7 +185,7 @@
, out_type = #{outType}
</if>
where id = #{depositId,jdbcType=INTEGER}
AND del_status = 0
AND del_status = 0
AND status = 1
AND order_status = #{orderStatus,jdbcType=INTEGER}
AND owner_uid = #{uid,jdbcType=INTEGER}
</update>
...
...
Please
register
or
login
to post a comment