| | |
| | | package com.xzx.gc.user.controller; |
| | | |
| | | import com.xzx.gc.common.Result; |
| | | import com.xzx.gc.common.annotations.PassToken; |
| | | import com.xzx.gc.common.request.BaseController; |
| | | import com.xzx.gc.model.JsonResult; |
| | | import com.xzx.gc.user.dto.JhyApplyDto; |
| | |
| | | return Result.success(status); |
| | | } |
| | | |
| | | @PassToken |
| | | @ApiOperation("是否集货员") |
| | | @GetMapping(value = "/jhy/isJhy") |
| | | public JsonResult<Map<String, Object>> isJhy(HttpServletRequest request) { |
| | |
| | | break; |
| | | case 1: |
| | | map.put("icon", "../../images/icon_team.png"); |
| | | map.put("name", "集物员订单列表"); |
| | | map.put("name", "集物员订单"); |
| | | map.put("path", "../../collectPersonnel/GCOrderForm/index"); |
| | | break; |
| | | case 2: |