@@ -968,7 +968,7 @@ public class WMSController extends BaseRESTfulController {
@ApiImplicitParams({
@ApiImplicitParam(name = "apiId", value = "446", required = false, dataType = "BigDecimal"),
})
- public RESTfulResult getWmsOutboundResultStatistics(Map<String, Object> mapValue,
+ public RESTfulResult getWmsOutboundResultStatistics(@RequestBody(required = false) Map<String, Object> mapValue,
Integer apiId,
Integer pageNum,
Integer pageSize,
@@ -28,7 +28,7 @@ openfeign:
WMSHFeign:
url: ${WMSHFEIGN_URL:172.16.33.162:8013}
WMSFeign:
- url: ${WMSFEIGN_URL:172.16.33.162:8012}
+ url: ${WMSFEIGN_URL:localhost:8093}
OMSFeign:
url: ${OMSFEIGN_URL:172.16.33.162:8016}
RmsFeign:
@@ -1,7 +1,7 @@
api.version: api/v1
spring:
profiles:
- include: ${SPRING_PROFILES:prod}
+ include: ${SPRING_PROFILES:dev}
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8