|
|
@ -48,5 +48,24 @@ public interface BirReportAccountBookMapper { |
|
|
|
@InterceptorIgnore(tenantLine = "true") |
|
|
|
List<Map<String, Object>> reportAccountBookCenter(@Param("inyear")String inyear); |
|
|
|
|
|
|
|
@Select("call build_region_dispatch()") |
|
|
|
@Options(statementType = StatementType.CALLABLE) |
|
|
|
@InterceptorIgnore(tenantLine = "true") |
|
|
|
void buildRegionDispatch(); |
|
|
|
|
|
|
|
@Select("call build_bizregion_dispatch()") |
|
|
|
@Options(statementType = StatementType.CALLABLE) |
|
|
|
@InterceptorIgnore(tenantLine = "true") |
|
|
|
void buildBizRegionDispatch(); |
|
|
|
|
|
|
|
@Select("call build_customer_dispatch()") |
|
|
|
@Options(statementType = StatementType.CALLABLE) |
|
|
|
@InterceptorIgnore(tenantLine = "true") |
|
|
|
void buildCustomerDispatch(); |
|
|
|
|
|
|
|
@Select("call build_all_dispatch()") |
|
|
|
@Options(statementType = StatementType.CALLABLE) |
|
|
|
@InterceptorIgnore(tenantLine = "true") |
|
|
|
void buildAllDispatch(); |
|
|
|
} |
|
|
|
|
|
|
|