Compare commits

..

No commits in common. "b4f2f2645cc6c8932a926d02d00170c9c9869c0e" and "7d88371eb229faa94af1b1a75671a5f23f76eae3" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ import com.zcloud.service.system.ImgFilesService;
import com.zcloud.util.*;
import net.sf.json.JSONArray;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@ -28,7 +27,6 @@ import org.springframework.web.servlet.ModelAndView;
import java.io.File;
import java.util.*;
import java.util.stream.Collectors;
@Controller
@RequestMapping("/operatingvehicles")
@ -217,7 +215,6 @@ public class OperatingVehiclesController extends BaseController {
pd.put("CORPINFO_ID", Jurisdiction.getCORPINFO_ID()); //企业ID
page.setPd(pd);
List<PageData> varList = operatingVehiclesService.list(page); //列出Question列表
map.put("varList", varList);
map.put("page", page);
map.put("result", errInfo);