Helius
2022-03-15 5b94c18b2204a96be55798f1619a416526288e76
zq-erp/src/main/java/com/matrix/system/hive/action/CheckInfoController.java
@@ -11,7 +11,7 @@
import com.matrix.system.common.tools.ResponseHeadUtil;
import com.matrix.system.hive.action.util.QueryUtil;
import com.matrix.system.hive.bean.SysCheckInfo;
import com.matrix.system.hive.plugin.util.DateUtils;
import com.matrix.core.tools.DateUtil;
import com.matrix.system.hive.service.CodeService;
import com.matrix.system.hive.service.SysCheckDetailService;
import com.matrix.system.hive.service.SysCheckInfoService;
@@ -211,7 +211,7 @@
                temp.add(item.getCheckType());
                temp.add(item.getCheckNo());
                //时间转为字符串
                String strDate = DateUtils.dateToString(item.getCheckDate(), DateUtils.DATE_FORMAT_DD);
                String strDate = DateUtil.dateToString(item.getCheckDate(), DateUtil.DATE_FORMAT_DD);
                temp.add(strDate);
                temp.add(item.getMakingManName());
                temp.add(item.getAppManName());