Merge branch 'hotfix_现货寄存订单发货变更' of http://git.yoho.cn/ufo/yohoufo-fore into hotfix_现货寄存订单发货变更
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -185,7 +185,7 @@ | @@ -185,7 +185,7 @@ | ||
185 | , out_type = #{outType} | 185 | , out_type = #{outType} |
186 | </if> | 186 | </if> |
187 | where id = #{depositId,jdbcType=INTEGER} | 187 | where id = #{depositId,jdbcType=INTEGER} |
188 | - AND del_status = 0 | 188 | + AND del_status = 0 AND status = 1 |
189 | AND order_status = #{orderStatus,jdbcType=INTEGER} | 189 | AND order_status = #{orderStatus,jdbcType=INTEGER} |
190 | AND owner_uid = #{uid,jdbcType=INTEGER} | 190 | AND owner_uid = #{uid,jdbcType=INTEGER} |
191 | </update> | 191 | </update> |
-
Please register or login to post a comment