|
|
|
@ -19,10 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
import java.util.*;
|
|
|
|
|
|
|
|
|
|
@Controller
|
|
|
|
|
@RequestMapping("/nanjing/StatisticQtProduct")
|
|
|
|
@ -47,10 +44,15 @@ public class StatisticQtProductController extends BaseController {
|
|
|
|
|
public TableDataInfo list(QtProduct qtProduct)
|
|
|
|
|
{
|
|
|
|
|
// startPage();
|
|
|
|
|
Date beginTime = qtProduct.getBeginTime();
|
|
|
|
|
System.out.println(beginTime);
|
|
|
|
|
Map map = new HashMap<String,Object>();
|
|
|
|
|
map.put("beginTime",qtProduct.getBeginTime());
|
|
|
|
|
// map.put("beginTime",null);
|
|
|
|
|
map.put("endTime",qtProduct.getEndTime());
|
|
|
|
|
map.put("productType",qtProduct.getProductType());
|
|
|
|
|
// map.put("endTime",null);
|
|
|
|
|
map.put("productType","");
|
|
|
|
|
// map.put("productType",qtProduct.getProductType());
|
|
|
|
|
map.put("productId","");
|
|
|
|
|
map.put("shiftId","");
|
|
|
|
|
map.put("groupId","");
|
|
|
|
|