From a8c48babd4bd3e181b0f0bb1130c4c900edcacc2 Mon Sep 17 00:00:00 2001 From: mg <maokecheng@163.com> Date: 星期三, 12 十月 2022 18:01:03 +0800 Subject: [PATCH] 优化调度,审核流程 --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java index 8b67f66..5a9644c 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java +++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java @@ -85,7 +85,7 @@ */ @TableField("handler_id") @ApiModelProperty(value = "瀹為檯澶勭悊浜�") - private Integer handlerId; + private Long handlerId; /** * 鍒涘缓浜� -- Gitblit v1.8.0