mycopy123@163.com 9 months ago
parent
commit
ca651a43f9

+ 2 - 2
src/main/java/com/trs/project/entity/ZrzyTkqBidwinnotice.java

@@ -65,12 +65,12 @@ public class ZrzyTkqBidwinnotice implements Serializable {
     /**
      * 出让年限
      */
-    private BigDecimal qtPlanYears;
+    private String qtPlanYears;
 
     /**
      * 面积
      */
-    private BigDecimal qtTotalArea;
+    private String qtTotalArea;
 
     /**
      * 地理位置

+ 1 - 0
src/main/java/com/trs/project/exchange/SampleXxlJob.java

@@ -665,6 +665,7 @@ public class SampleXxlJob {
         return body;
     }
 
+
     public JSONObject httpGetMethod(String uri, MultiValueMap<String, Object> params){
         uri = uri + "?platform_code=e64975be&table_name="+params.get("table_name").get(0)+"&page="+params.get("page").get(0)+"&page_size="+params.get("page_size").get(0)+"&startTime="+params.get("startTime").get(0);
         JSONObject response  = restTemplate.getForObject(uri, JSONObject.class);

File diff suppressed because it is too large
+ 0 - 0
src/main/java/com/trs/project/util/RSAUtils.java


Some files were not shown because too many files changed in this diff