suntianwu 2 lat temu
rodzic
commit
7488a29865

+ 1 - 1
purchase-admin/src/main/java/com/ozs/web/controller/pm/PmDemandController.java

@@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletRequest;
  * @date 2023-01-16
  */
 @RestController
-@RequestMapping("/system/demand")
+@RequestMapping("/pm/demand")
 public class PmDemandController extends BaseController {
     @Autowired
     private IPmDemandService pmDemandService;