Authored by caoyan

Merge branch 'hotfix_现货寄存订单发货变更' of http://git.yoho.cn/ufo/yohoufo-fore into hotfix_现货寄存订单发货变更

... ... @@ -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>
... ...