From faafffaaed8304318bf56e2d687f14440f78d0af Mon Sep 17 00:00:00 2001 From: ck <851316342@qq.com> Date: Mon, 21 Dec 2020 20:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jingcheng/template/service/impl/AwardRecordServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/jingcheng/template/service/impl/AwardRecordServiceImpl.java b/src/main/java/com/jingcheng/template/service/impl/AwardRecordServiceImpl.java index e748515..f893811 100644 --- a/src/main/java/com/jingcheng/template/service/impl/AwardRecordServiceImpl.java +++ b/src/main/java/com/jingcheng/template/service/impl/AwardRecordServiceImpl.java @@ -19,6 +19,7 @@ import com.jingcheng.template.util.AjaxResult; import com.jingcheng.template.util.LogUtils; import com.jingcheng.template.vo.AwardRecordVo; import lombok.SneakyThrows; +import lombok.Synchronized; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.springframework.stereotype.Service; @@ -78,6 +79,7 @@ public class AwardRecordServiceImpl extends BaseServiceImpl