jyy
2021-01-25 ae6d2af141f18e40956d98cea765fec838985817
zq-erp/src/main/java/com/matrix/system/hive/action/AllottedInfoController.java
@@ -17,7 +17,7 @@
import com.matrix.system.hive.bean.SysAllotDetail;
import com.matrix.system.hive.bean.SysAllottedInfo;
import com.matrix.system.hive.dao.SysAllotDetailDao;
import com.matrix.system.hive.plugin.util.DateUtils;
import com.matrix.core.tools.DateUtil;
import com.matrix.system.hive.service.SysAllottedInfoService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
@@ -317,7 +317,7 @@
                temp.add(item.getAllottedOutstoreName());
                temp.add(item.getAllottedInstoreName());
                temp.add(item.getCheckStatus());
                temp.add(DateUtils.dateToString(item.getAllottedDate(), DateUtils.DATE_FORMAT_MM));
                temp.add(DateUtil.dateToString(item.getAllottedDate(), DateUtil.DATE_FORMAT_MM));
                temp.add(item.getMakingManName());
                temp.add(item.getAppManName());
                temp.add(item.getAllottedRemark());