| | |
| | | * @param sale |
| | | * @return |
| | | */ |
| | | List<SaleVO> selectSalePage(IPage page, SaleVO sale); |
| | | Map<String, String> selctSaletCount(); |
| | | List<Map<Object,String>> selctSaletZ(); |
| | | List<SaleVO> selectSalePage(IPage page, @Param("sale") SaleVO sale); |
| | | Map<String, String> selctSaletCount(String farmId); |
| | | List<Map<Object,String>> selctSaletZ(@Param("sale") SaleVO sale); |
| | | |
| | | /** |
| | | * 统计市场流通/去年流通量/本月流通量 |
| | |
| | | */ |
| | | List<Map<Object,String>> selectMarketCirculate(@Param("sale") SaleVO sale); |
| | | |
| | | List<Map<Object,String>> selectMarketDistrict(); |
| | | List<Map<Object,String>> selectMarketDistrict(String farmId,String startTime,String endTime); |
| | | } |