@@ -699,11 +699,12 @@ public class BMSController extends BaseRESTfulController {
Integer apiId,
String startTime,
String endTime,
- Integer feeType){
+ Integer feeType,
+ String con){
if (mapVal == null) {
mapVal = new HashMap<>();
}
- return bmsshipFeign.selectPortFeeSecondList(mapVal, pageNum, pageSize, apiId, startTime, feeType,endTime);
+ return bmsshipFeign.selectPortFeeSecondList(mapVal, pageNum, pageSize, apiId, startTime, feeType,endTime,con);
/**
@@ -285,7 +285,8 @@ public interface BmsshipFeign {
@RequestParam("apiId") Integer apiId,
@RequestParam("startTime") String startTime,
@RequestParam("feeType")Integer feeType,
- @RequestParam("endTime") String endTime);
+ @RequestParam("endTime") String endTime,
+ @RequestParam("con") String con);
@PostMapping(value = "/api/v1/bmsship/bmsporthandlingfee/getBmsshipFee/{id}")
Map<String, Object> getBmsshipFee(@PathVariable("id") Integer id);
@@ -41,7 +41,7 @@ openfeign:
piction:
# path: /usr/share/nginx/html/image
# path: /test/data/nginx/html/image
- path: C:\Users\24390\Desktop\work\a
-# path: /shared
+ #path: C:\Users\24390\Desktop\work\a
+ path: /shared
server:
port: 8080