患者信息,患者处方等相关接口新增

test
anthonywj 1 year ago
parent c20dcbd4a5
commit e192f70aba

@ -96,7 +96,7 @@ public class BasicSickerController extends BaseController {
}
@PostMapping("/udiwms/basic/sk/sicker/delete")
public BaseResponse delectSicker(@RequestBody BasicSkSickerEntity basicSkSickerEntity) {
public BaseResponse deletetSicker(@RequestBody BasicSkSickerEntity basicSkSickerEntity) {
Boolean falg = basicSkSickerService.removeById(basicSkSickerEntity.getId() + "");
if (!falg) {

@ -16,6 +16,9 @@ import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
/**
*
*/
@RestController
public class BasicSkPrescribeController extends BaseController {

Loading…
Cancel
Save