From ad6b1c3798a0441e7bbc7e2e1496ef40cb541275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 5 Mar 2022 19:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8A=82=E7=82=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E3=80=81=E6=A0=87=E7=AD=BE=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/xm/core/ctrl/XmProductPhaseController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xm-core/src/main/java/com/xm/core/ctrl/XmProductPhaseController.java b/xm-core/src/main/java/com/xm/core/ctrl/XmProductPhaseController.java index 9a7270f5..36f4d6c8 100644 --- a/xm-core/src/main/java/com/xm/core/ctrl/XmProductPhaseController.java +++ b/xm-core/src/main/java/com/xm/core/ctrl/XmProductPhaseController.java @@ -41,8 +41,8 @@ import static com.mdp.core.utils.BaseUtils.map; * 组织 com.qqkj 顶级模块 oa 大模块 xm 小模块
* 实体 XmProjectPhase 表 XM.xm_project_phase 当前主键(包括多主键): id; ***/ -@RestController("xm.core.xmProjectPhaseController") -@RequestMapping(value="/**/xm/core/xmProjectPhase") +@RestController("xm.core.xmProductPhaseController") +@RequestMapping(value="/**/xm/core/xmProductPhase") @Api(tags={"项目计划模板操作接口"}) public class XmProductPhaseController {