jyy
2021-04-13 3c46485b302f347211d32d4a872a0e4d84a32a1d
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());