jyy
2021-03-17 d05d2037f4b2b3ad6f32b985fbd1dfc5f66f644e
zq-erp/src/main/java/com/matrix/system/hive/action/InstoreInfoController.java
@@ -19,7 +19,7 @@
import com.matrix.system.hive.bean.SysInstoreDetail;
import com.matrix.system.hive.bean.SysInstoreInfo;
import com.matrix.system.hive.dao.SysInstoreDetailDao;
import com.matrix.system.hive.plugin.util.DateUtils;
import com.matrix.core.tools.DateUtil;
import com.matrix.system.hive.plugin.util.MoneyUtil;
import com.matrix.system.hive.service.CodeService;
import com.matrix.system.hive.service.SysInstoreInfoService;
@@ -290,7 +290,7 @@
            for (SysInstoreInfo item : dataList) {
                List<Object> temp = new ArrayList<>();
                temp.add(item.getInstoreId());
                temp.add(DateUtils.dateToString(item.getInstoreDate(), DateUtils.DATE_FORMAT_MM));
                temp.add(DateUtil.dateToString(item.getInstoreDate(), DateUtil.DATE_FORMAT_MM));
                temp.add(item.getSumall());
                temp.add(item.getMakingmanName());
                temp.add(item.getAppmanName());