| | |
| | | import com.matrix.system.hive.action.util.QueryUtil; |
| | | import com.matrix.system.hive.bean.SysCheckInfo; |
| | | import com.matrix.system.hive.dao.SysStoreInfoDao; |
| | | import com.matrix.system.hive.plugin.util.DateUtils; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import com.matrix.system.hive.pojo.StoreInOutRecordVO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Controller; |
| | |
| | | if (dataList.size() > 0) { |
| | | for (StoreInOutRecordVO item : dataList) { |
| | | List<Object> temp = new ArrayList<>(); |
| | | String strDate = DateUtils.dateToString(item.getCreateTime(), DateUtils.DATE_FORMAT_MM); |
| | | String strDate = DateUtil.dateToString(item.getCreateTime(), DateUtil.DATE_FORMAT_MM); |
| | | temp.add(strDate); |
| | | temp.add(item.getCode()); |
| | | temp.add(item.getName()); |