| | |
| | | |
| | | import com.matrix.core.pojo.AjaxResult; |
| | | import com.matrix.core.pojo.PaginationVO; |
| | | |
| | | import com.matrix.core.tools.DateUtil; |
| | | import com.matrix.system.hive.bean.SysCheckDetail; |
| | | import com.matrix.system.hive.bean.SysCheckInfo; |
| | | import com.matrix.system.hive.plugin.util.DateUtils; |
| | | import com.matrix.system.hive.plugin.util.ExcelUtil; |
| | | import com.matrix.system.hive.service.CodeService; |
| | | import com.matrix.system.hive.service.SysCheckDetailService; |
| | |
| | | temp1.add(checkInfo.getCheckType()); |
| | | temp1.add(checkInfo.getCheckNo()); |
| | | // 时间转为字符串 |
| | | String strDate = DateUtils.dateToString(checkInfo.getCheckDate(), DateUtils.DATE_FORMAT_DD); |
| | | String strDate = DateUtil.dateToString(checkInfo.getCheckDate(), DateUtil.DATE_FORMAT_DD); |
| | | temp1.add(strDate); |
| | | temp1.add(checkInfo.getMakingManName()); |
| | | temp1.add(checkInfo.getAppManName()); |