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 {