...
|
...
|
@@ -97,7 +97,7 @@ |
|
|
</sql>
|
|
|
|
|
|
<update id="cancelSaleSkup" parameterType="java.lang.Integer">
|
|
|
update storage_price set status = 5,
|
|
|
update storage_price set status = 200,
|
|
|
update_time = unix_timestamp()
|
|
|
where skup = #{skup,jdbcType=INTEGER} and status = 1
|
|
|
</update>
|
...
|
...
|
|