Authored by mali

Merge branch 'hotfix_现货寄存订单发货变更' into test6.9.13

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