推广宽图改版,商户列表,注册改版
This commit is contained in:
@@ -133,7 +133,7 @@ public class MerchantProfitServiceImpl extends ServiceImpl<MerchantProfitMapper,
|
||||
List<MerchantProfitVO> teamList = merchantProfitMapper.getMerchantTeamList(typeCode, userId, name, pagerSize, offset);
|
||||
for (MerchantProfitVO values : teamList) {
|
||||
List<MerChannelStatusVO> list = new ArrayList<>();
|
||||
if (values.getMerchantCode() != null) {
|
||||
if (values.getMerchantCode() == null) {
|
||||
MerChannelStatusVO V0 = new MerChannelStatusVO();
|
||||
V0.setStatus("1");
|
||||
V0.setVirChannelFlag("D1");
|
||||
|
||||
@@ -483,6 +483,7 @@ public class SxfPayServiceImpl implements SxfPayService {
|
||||
JSONObject reqData = new JSONObject();
|
||||
reqData.put("ordNo", order.getOrderNumber());
|
||||
reqData.put("mno", channel.getMerchantId());
|
||||
log.info("+++++++++++++++++++++++++++++给到随行付的金额为{}",order.getConsumeFee());
|
||||
reqData.put("amt", order.getConsumeFee());
|
||||
if ("wechatPay".equalsIgnoreCase(order.getPayTypeCode()) || "sxfPay1".equalsIgnoreCase(order.getPayTypeCode())) {
|
||||
reqData.put("payType", "WECHAT");
|
||||
|
||||
Reference in New Issue
Block a user