为方法加锁
This commit is contained in:
@@ -244,7 +244,7 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
|
||||
}
|
||||
|
||||
@Override
|
||||
public ResponseResult save(FranchiseeSaveRequest request, LoginUserInfo user) throws ApiException {
|
||||
public synchronized ResponseResult save(FranchiseeSaveRequest request, LoginUserInfo user) throws ApiException {
|
||||
log.info("save request:{}", JSONObject.toJSONString(request));
|
||||
if (Objects.isNull(request)) {
|
||||
throw new ServiceException(ErrorCodeEnum.PARAMS_VALIDATE_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user