Commit 3cfa1674 by jinxin

日志记录

parent 7917fc03
......@@ -256,6 +256,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
if (resp.isSuccess()) {
EnterpriseUsingPermissionDto dto = resp.getResult();
Date endDate = dto.getServiceEndDate();
logger.info("查询企业到期时间,gic企业id:{},时间:{}",a,DateUtil.dateToStr(endDate,DateUtil.FORMAT_DATETIME_19));
if (endTime.before(endDate)) {
endTime = endDate;
}
......
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