更新危急值接收时间和发送回执记录 接口参数修改
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled
This commit is contained in:
parent
b609590d7f
commit
75d5c14fa3
@ -92,7 +92,7 @@ public class WarningController {
|
||||
|
||||
@GetMapping("/updateWarningdate")
|
||||
@Operation(summary = "更新危急值接收时间和发送回执记录")
|
||||
public CommonResult<Boolean> updateWarningdate( @RequestParam("id") String id,@RequestParam("readDateTime") String readDateTime,@RequestParam("receiptDateTime") String receiptDateTime,@RequestParam("orgID") String orgID) {
|
||||
public CommonResult<Boolean> updateWarningdate( @RequestParam("id") String id,@RequestParam("readDateTime") String readDateTime,@RequestParam("receiptDateTime") String receiptDateTime,@RequestParam("orgId") String orgID) {
|
||||
|
||||
WarningDO warningDO=new WarningDO();
|
||||
warningDO.setId(id);
|
||||
|
Loading…
Reference in New Issue
Block a user