Commit 3ccdd174 by jinxin

日志记录

parent c4209e5d
...@@ -279,6 +279,7 @@ public class LicenceOrderApiServiceImpl implements LicenceOrderApiService { ...@@ -279,6 +279,7 @@ public class LicenceOrderApiServiceImpl implements LicenceOrderApiService {
} }
renewalUserList.add(renewalUser); renewalUserList.add(renewalUser);
} }
logger.info("续期成员保存:{}",JSON.toJSONString(renewalUserList));
renewalUserService.insertBatch(renewalUserList); renewalUserService.insertBatch(renewalUserList);
return ServiceResponse.success(JSON.toJSONString(jsonObject)); return ServiceResponse.success(JSON.toJSONString(jsonObject));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment