U8接口业务新增
This commit is contained in:
parent
d189458a82
commit
a54faadbd5
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue