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
kun
7 years ago
Commit
7f5dd5b87cc928e6f4ceaafb95c02628dcb9475e
1 parent
c38fcc0c
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/ProductSortMapper.xml
dal/src/main/resources/META-INF/mybatis/ProductSortMapper.xml
View file @
7f5dd5b
...
...
@@ -80,7 +80,11 @@
</select>
<update
id=
"updateProductSortStatus"
parameterType=
"com.yoho.ufo.model.commoditybasicrole.category.ProductSort"
>
update product_sort set status = #{status}, update_time = #{updateTime} where id = #{id}
update product_sort set status = #{status}, update_time = #{updateTime}
where id = #{id}
<if
test=
"parentId == null or parentId == 0"
>
or parent_id = #{id}
</if>
</update>
<select
id=
"getAllProcutSort"
resultMap=
"productSortMap"
>
...
...
Please
register
or
login
to post a comment