Merge remote-tracking branch 'origin/dongj' into dongj

This commit is contained in:
yuqh 2024-09-24 09:38:56 +08:00
commit 3ab107390c
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ private IFormmain0044Service formmain0044Service;
str = "update "+tableName+" set " + fieldName + "= '" +subState+"'" +sync_flag+"where id = '"+main.getString("id")+"'";
} catch (Exception e) {
subState = "N";
str = "update "+tableName+" set " + fieldName + "= '" +subState+"'" +payMsg+" = '"+attribute+"' "+"where id = '"+main.getString("id")+"'";
str = "update "+tableName+" set " + fieldName + "= '" +subState+"'," +payMsg+" = '"+attribute+"' "+"where id = '"+main.getString("id")+"'";
logger.info("保存日志失败"+e.getMessage());
oaBillEntity.setSql(str);
payBillDao.updateStateForId(str,oaBillEntity);