value
2024-04-22 d9865c5576c8ed413d2b69a36b3ec5f15bee015b
data-server/src/main/java/com/yuanchu/mom/mapper/DataReportingMapper.java
@@ -27,7 +27,7 @@
    IPage<ProductCountDto> selectProductCountDtoPageList(IPage<ProductCountDto> page, QueryWrapper<ProductCountDto> ew);
    IPage<RegistrantCountDto> selectRegistrantCountDtoPageList(IPage<RegistrantCountDto> page, QueryWrapper<RegistrantCountDto> ew);
    IPage<RegistrantCountDto> selectRegistrantCountDtoPageList(IPage<RegistrantCountDto> page, QueryWrapper<RegistrantCountDto> ew, String startTime, String endTime);
    Map<String, BigDecimal> getDataFor1();
@@ -46,6 +46,10 @@
    List<String> selectDataReportingForCreateUserNames(String time);
    List<String> selectDataReportingForProduct(String time);
    String getUserNameById(Integer id);
    String getUserDepartmentById(Integer id);
}