|
|
@@ -6,7 +6,6 @@ import com.fs.his.service.IFsShareMaterialService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* 分享素材Controller
|
|
|
@@ -22,7 +21,7 @@ public class FsShareMaterialController extends BaseController
|
|
|
private IFsShareMaterialService fsShareMaterialService;
|
|
|
|
|
|
|
|
|
- @GetMapping("shareMaterialOptions")
|
|
|
+ @GetMapping("/shareMaterialOptions")
|
|
|
public AjaxResult shareMaterialOptions(){
|
|
|
return AjaxResult.success(fsShareMaterialService.listOptions());
|
|
|
}
|