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
mali
2019-09-25 15:06:13 +0800
Commit
406d9c23a5801a96f52199dd923e208b7707bc03
2 parents
b37e3088
1c2b0519
Merge branch 'hotfix_现货寄存订单发货变更' into test6.9.13
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 @
406d9c2
...
...
@@ -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