去掉没用的注释

This commit is contained in:
xiangerlin 2025-07-13 15:20:25 +08:00
parent 6a062c8cd1
commit 5add61ce63
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class InvoiceServiceImpl extends BaseService<InvoiceEntity, String> imple
}
}
} else {
logger.info("三维单据视图数据没有需要同步中台的数据");
logger.info("单据视图数据没有需要同步中台的数据");
}
}catch (Exception e){
logger.info("杭泰付款单同步失败:{}",e.getMessage());