|
|
@ -9,10 +9,7 @@ import com.glxp.api.req.inout.AddSkSiackerListRequest;
|
|
|
|
import com.glxp.api.req.inout.FilterSkSiackerListRequest;
|
|
|
|
import com.glxp.api.req.inout.FilterSkSiackerListRequest;
|
|
|
|
import com.glxp.api.res.inout.IoOrderResponse;
|
|
|
|
import com.glxp.api.res.inout.IoOrderResponse;
|
|
|
|
import com.glxp.api.service.inout.IoDepartmentOrderService;
|
|
|
|
import com.glxp.api.service.inout.IoDepartmentOrderService;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
@ -73,6 +70,18 @@ public class IoDepartmentOrderController extends BaseController {
|
|
|
|
return ResultVOUtils.success("点击成功!");
|
|
|
|
return ResultVOUtils.success("点击成功!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 删除
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param
|
|
|
|
|
|
|
|
* @return
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@DeleteMapping("/udiwms/inout/ioDepartmentOrder/deleteSkSicker")
|
|
|
|
|
|
|
|
public BaseResponse deleteSkSicker(String adNum) {
|
|
|
|
|
|
|
|
ioDepartmentOrderService.deleteSkSicker(adNum);
|
|
|
|
|
|
|
|
return ResultVOUtils.success("操作成功!");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 新增患者
|
|
|
|
* 新增患者
|
|
|
|