| | |
| | | mso.put("thirty_days_order", thirtyDaysOrderBase + thirtyDaysOrder); |
| | | mso.put("thirty_days_order_ratio", 0 != thirtyDaysOrderRatioBase ? thirtyDaysOrderRatioBase : thirtyDaysOrderRatio); |
| | | if (null != mso.get("head_img") && StringUtils.isNotEmpty(mso.get("head_img").toString())) { |
| | | String path = awsS3OSSFileService.getUrl(mso.get("head_img").toString()); |
| | | String path = Constants.IMAGES_HTTP+mso.get("head_img").toString(); |
| | | mso.put("head_img", path); |
| | | } |
| | | if (mso.get("pay_type") != null && StringUtils.isNotEmpty(mso.get("pay_type").toString())) { |
| | |
| | | data.put("user_code", c2cParty.getUserCode()); |
| | | data.put("user_name", c2cParty.getUserName()); |
| | | if (StringUtils.isNotEmpty(c2cUser.getHeadImg())) { |
| | | String path = awsS3OSSFileService.getUrl(c2cUser.getHeadImg()); |
| | | String path = Constants.IMAGES_HTTP+c2cUser.getHeadImg(); |
| | | data.put("head_img", path); |
| | | } else { |
| | | data.put("head_img", ""); |