| | |
| | | .selectAs(BaseParam::getName,MemberRides::getParamName) |
| | | .leftJoin(BaseParam.class,BaseParam::getId,MemberRides::getParamId) |
| | | .eq(MemberRides::getOrdreId,id) |
| | | .in(MemberRides::getStatus,Constants.MEMBER_RIDES_STATUS.RIDES_RUNNING.getKey(),Constants.MEMBER_RIDES_STATUS.BACK_CYCLING.getKey()) |
| | | .orderByDesc(MemberRides::getCreateDate)); |
| | | if (!CollectionUtils.isEmpty(memberRides)){ |
| | | //预计结算价格和计算时长 |
| | |
| | | mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM |
| | | # notifyUrl: http://xiaopiqiu.natapp1.cc/api/wxPayNotify |
| | | notifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxPayNotify |
| | | keyPath: D:\DouMee\config\doumeeTest\apiclient_cert.p12 |
| | | # keyPath: /usr/local/apiclient_cert.p12 |
| | | # keyPath: D:\DouMee\config\doumeeTest\apiclient_cert.p12 |
| | | keyPath: /usr/local/apiclient_cert.p12 |
| | | ########################mqtt相关配置######################## |
| | | mqtt: |
| | | host: tcp://175.27.187.84:1883 |
| | |
| | | # application: |
| | | # name: parkbike |
| | | profiles: |
| | | active: dev |
| | | active: test |
| | | # JSON返回配置 |
| | | jackson: |
| | | # 默认时区 |