| | |
| | | import cn.hutool.poi.excel.ExcelReader; |
| | | import cn.hutool.poi.excel.ExcelUtil; |
| | | import com.javaweb.common.config.Global; |
| | | import com.javaweb.common.core.domain.AjaxResult; |
| | | import com.javaweb.common.utils.DateUtils; |
| | | import com.javaweb.geo.domain.TubLog; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | } |
| | | |
| | | /** |
| | | * 统计 |
| | | */ |
| | | @Override |
| | | public AjaxResult countTubLogDate(String projectId) { |
| | | List<TubLog> list = tubLogMapper.countTubLogDate(projectId); |
| | | return AjaxResult.success("查询成功!",list); |
| | | } |
| | | |
| | | /** |
| | | * 导入管材出入库记录 |
| | | */ |
| | | @Override |