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