Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
c49e7dbe597f11771d03aa394424dfdfc15f2ea7
1 parent
56cf0f94
取消售卖接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/StoragePriceMapper.xml
dal/src/main/resources/META-INF/mybatis/StoragePriceMapper.xml
View file @
c49e7db
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment