|
@ -8,10 +8,7 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
* Created by Trick on 2020/3/18.
|
|
@ -236,7 +233,7 @@ public class XzzxCotroller extends EnvelopRestEndpoint {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@GetMapping(value = "/updatePreStatus")
|
|
|
@PostMapping(value = "/updatePreStatus")
|
|
|
@ApiOperation(value = "处方状态变更", notes = "处方状态变更")
|
|
|
public ObjEnvelop updatePreStatus(@ApiParam(name = "admNo", value = "就诊唯一号", required = false)
|
|
|
@RequestParam(value = "admNo",required = false)String admNo,
|