Compare commits

...

2 Commits

Author SHA1 Message Date
xiepeng b4f2f2645c BUG优化 2024-04-30 17:54:21 +08:00
xiepeng aaceba5f07 BUG优化 2024-04-30 17:54:04 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ 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;
@ -27,6 +28,7 @@ import org.springframework.web.servlet.ModelAndView;
import java.io.File;
import java.util.*;
import java.util.stream.Collectors;
@Controller
@RequestMapping("/operatingvehicles")
@ -215,6 +217,7 @@ 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);