| | |
| | | package org.springblade.jfpt.parcel.service.impl; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.alibaba.nacos.common.utils.JacksonUtils; |
| | | import org.springblade.jfpt.parcel.service.ParcelService; |
| | | import org.springblade.jfpt.parcel.util.DateUtils; |
| | | import org.springblade.jfpt.parcel.util.HttpClientUtils; |
| | | import org.springblade.jfpt.parcel.util.JacksonUtil; |
| | | import org.springblade.jfpt.parcel.vo.ConditionVo; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Service; |
| | | import springfox.documentation.spring.web.json.Json; |
| | | |
| | | import java.util.*; |
| | | |
| | | /** |
| | |
| | | //将所有的违禁包裹编码存起来 |
| | | if (value.equals(objectMap.get("objCode").toString())){ |
| | | count+=Integer.parseInt(objectMap.get("objCount").toString()); |
| | | map.put("objName",objectMap.get("objName").toString()); |
| | | map.put("objCount",objectMap.get("objCount").toString()); |
| | | map.put("name",objectMap.get("objName").toString()); |
| | | map.put("value",objectMap.get("objCount").toString()); |
| | | } |
| | | } |
| | | list.add(map); |