luoyexiaoran commented on issue #12029: URL: https://github.com/apache/shardingsphere/issues/12029#issuecomment-907936657
> Can you show me the logic sql. > I think the logic sql also insert statement, pls check your sql.  this is my logic sql: insert into cc_weighbridge (createTime, lastChangeTime, status, beenDeleted, deletedTime, deleteManId, deleteManName, saveManId, saveManName, saveTime, updateManId, updateManName, updateTime, tenantCode, tenantId, areaId, areaInnerCode, areaName, beenAlarm, carCode, carId, code, collectWeight, dataOperateType, deviation, disposeUnitCode, driver, errorWeight, grossDateTime, grossWeight, handleUnit, handleUnitInnerCode, icCode, isRun, memo, netWeight, no, offset, productId, productName, productType, repairFlag, setDeviation, sourceUnit, syCompanyId, syCompanyName, tareDateTime, tareWeight, tenantName, transformArea, transformAreaId, transformCarNo, transportUnit, transportUnitInnerCode, unitPrice, url1, url2, urlType, weighMan, weightNo, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) yes!I do want to insert a record,But it has an error when Hibernate doflush! I only inserted one piece of data, but it returned the number of affected rows is error, which I think is the actual number of tables for all the sub-tables -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
