parent
a4c8399995
commit
020e5955e8
|
@ -111,7 +111,7 @@ public class CbsLogServiceImpl extends BaseService<CbsLogEntity,String> implemen
|
||||||
logEntity.setBill_code(cbsLogEntity.getBill_code());
|
logEntity.setBill_code(cbsLogEntity.getBill_code());
|
||||||
logEntity.setDataSourceCode(oa_data_source_code);
|
logEntity.setDataSourceCode(oa_data_source_code);
|
||||||
try {
|
try {
|
||||||
update(logEntity);
|
updateLog(logEntity);
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
logger.error("更新");
|
logger.error("更新");
|
||||||
|
|
Loading…
Reference in New Issue