Fancy
2024-07-30 f331831a411fe522dd3e4d949ea6fcec49ab0e4a
pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/workOrder/WorkOrderCtrl.java
@@ -165,18 +165,6 @@
        return BaseResponseUtils.buildSuccess(result);
    }
    /**
     * 保存登录信息
     * @param
     * @return
     */
    @PostMapping(path="updateAssistant")
    public BaseResponse<List<BaUser>> updateAssistant(@RequestBody QueryVo vo){
        log.info("WorkOrderCtrl.updateAssistant():{}",vo.toString());
        List<BaUser> result = sv.updateAssistant(vo);
        return BaseResponseUtils.buildSuccess(result);
    }
    @GetMapping(path = "test")
    public BaseResponse test() {
        log.info("test");