U8接口业务新增

This commit is contained in:
yuqh 2025-03-21 13:40:27 +08:00
parent d189458a82
commit a54faadbd5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class SaleInvDaoImpl extends MybatisGenericDao<SaleInvEntity,String> impl
public int execUpdateSql(String str, SaleInvEntity entity) throws Exception {
return execSqlService.execUpdateSql(str, entity.getDataSourceCode());
}
@DS("#entity.dataSourceCode")
@Override
public int execInsertSql(String str, SaleInvEntity entity) throws Exception {
return execSqlService.execInsertSql(str, entity.getDataSourceCode());