Helius
2021-01-25 89e17a219d8a6d208e4cb32a43e90abb89b3c93b
zq-erp/src/main/java/com/matrix/system/hive/action/CheckInfoDetailController.java
@@ -11,9 +11,10 @@
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;
@@ -102,7 +103,7 @@
      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());