| | |
| | | import com.fzzy.igds.constant.FoodVariety; |
| | | import com.fzzy.igds.data.GrainDataReport; |
| | | import com.fzzy.igds.domain.DepotConf; |
| | | import com.fzzy.igds.domain.Dept; |
| | | import com.fzzy.igds.domain.Grain; |
| | | import com.fzzy.igds.service.CoreDeptService; |
| | | import com.fzzy.igds.service.DepotConfService; |
| | |
| | | result.put("start", start); |
| | | |
| | | result.put("timeDesc", |
| | | DateFormatUtils.format(start, "yyyy-MM-dd") + " 截至:" |
| | | DateFormatUtils.format(start, "yyyy-MM-dd") + " 至 " |
| | | + DateFormatUtils.format(new Date(), "yyyy-MM-dd")); |
| | | |
| | | result.put("createUser", ContextUtil.getLoginUserName()); |
| | | result.put("createTime", DateFormatUtils.format(new Date(), "yyyy-MM-dd HH:mm:ss")); |
| | | result.put("createTime", new Date()); |
| | | |
| | | return result; |
| | | } |