value
2024-04-30 f5f08c542b4ecf240a3dace0b79afe15d18aeab1
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();
@@ -42,6 +42,14 @@
    Map<String, String> selectUser(Integer userId);
    IPage<DataComparisonDto> selectDataComparisonDtoPageList(Page page, DataComparisonDto dataComparisonDto);
    List<String> selectDataReportingForCreateUserNames(String time);
    List<String> selectDataReportingForProduct(String time);
    String getUserNameById(Integer id);
    String getUserDepartmentById(Integer id);
}