fix
Helius
2021-11-12 8c94f4e4c7d1142e2d739909fad39be12441058a
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());