Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pms-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
pms-ci-test
Commits
e2c67cf7
提交
e2c67cf7
authored
7月 28, 2023
作者:
xiaowang
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/develop' into develop
上级
390c184b
088bd930
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
2 行增加
和
2 行删除
+2
-2
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
CategoryController.java
...a/com/mmc/pms/controller/category/CategoryController.java
+0
-1
CategoryDao.xml
src/main/resources/mapper/category/CategoryDao.xml
+1
-0
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
e2c67cf7
...
@@ -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
src/main/java/com/mmc/pms/controller/category/CategoryController.java
浏览文件 @
e2c67cf7
...
@@ -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
)})
...
...
src/main/resources/mapper/category/CategoryDao.xml
浏览文件 @
e2c67cf7
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论