提交 e2c67cf7 作者: xiaowang

Merge remote-tracking branch 'origin/develop' into develop

...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/pms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/pms
newTag: 58dee479ce3f13d2891a5747c3df9f1b44ec1fa6 newTag: 9634dc7913c7d23a8ee8ca08d712ac455192da8f
...@@ -73,7 +73,6 @@ public class CategoryController { ...@@ -73,7 +73,6 @@ public class CategoryController {
return categoryService.addSubCategory(subVO); return categoryService.addSubCategory(subVO);
} }
@ApiOperation(value = "二级分类————编辑") @ApiOperation(value = "二级分类————编辑")
@PostMapping("/updateSubCategory") @PostMapping("/updateSubCategory")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)})
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
update_time AS updateTime update_time AS updateTime
from category_sub from category_sub
where category_primary_id = #{categoryPrimaryId} where category_primary_id = #{categoryPrimaryId}
order by create_time desc
</select> </select>
<select id="categoryListCount" resultType="int" parameterType="com.mmc.pms.model.category.qo.CategoryQO"> <select id="categoryListCount" resultType="int" parameterType="com.mmc.pms.model.category.qo.CategoryQO">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论