|
@@ -175,7 +175,7 @@ public class InquiryOrderController extends AppBaseController {
|
|
|
if(order.getStatus()!= FsInquiryOrderStatusEnum.STATUS_1.getValue()){
|
|
|
return R.error("订单状态不正确");
|
|
|
}
|
|
|
-
|
|
|
+ logger.info("当前登录用户userid:{}",getUserId());
|
|
|
FsUser user=userService.selectFsUserByUserId(Long.parseLong(getUserId()));
|
|
|
if(user!=null){
|
|
|
|
|
@@ -249,6 +249,7 @@ public class InquiryOrderController extends AppBaseController {
|
|
|
String json = configService.selectConfigByKey("his.pay");
|
|
|
PayConfigDTO payConfigDTO = JSONUtil.toBean(json, PayConfigDTO.class);
|
|
|
String openId = "";
|
|
|
+ logger.info("payment接口收到的入参:{}",param);
|
|
|
if (StringUtils.isNotEmpty(param.getAppId())) {
|
|
|
FsUserWx fsUserWx = userWxService.selectByAppIdAndUserId(param.getAppId(), param.getUserId(), 1);
|
|
|
if (fsUserWx != null) {
|