|
@@ -374,7 +374,7 @@ public interface IndexBaseMonthDataDao extends BaseDAO<Long, IndexBaseMonthData>
|
|
|
List<IndexBaseMonthData> getOrganTotalAmountDataWithTimelyDetails(@Param("startDate") String startDate,
|
|
|
@Param("endDate") String endDate,
|
|
|
@Param("organIds") List<Integer> organIds,
|
|
|
- @Param("orderType") String orderType,
|
|
|
+ @Param("orderType") String orderType,
|
|
|
@Param("tenantId") Integer tenantId);
|
|
|
|
|
|
List<IndexBaseMonthData> getVipAmountDataWithTimelyDetails(@Param("startDate") String startDate,
|