去掉todo

2024年7月4日 10:20:04
This commit is contained in:
xiang2lin 2024-07-04 12:52:42 +08:00
parent a4c8399995
commit 020e5955e8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class CbsLogServiceImpl extends BaseService<CbsLogEntity,String> implemen
logEntity.setBill_code(cbsLogEntity.getBill_code());
logEntity.setDataSourceCode(oa_data_source_code);
try {
update(logEntity);
updateLog(logEntity);
}catch (Exception e){
e.printStackTrace();
logger.error("更新");