|
|
@ -229,8 +229,6 @@ public class OrderController { |
|
|
|
if (merTripartitePlatform != null) { |
|
|
|
if (merTripartitePlatform != null) { |
|
|
|
weChatPayReqInfo.setSub_mch_id(merTripartitePlatform.getPlatformMerNumber()); |
|
|
|
weChatPayReqInfo.setSub_mch_id(merTripartitePlatform.getPlatformMerNumber()); |
|
|
|
if (merTripartitePlatform.getProfitSharingRatio().compareTo(new BigDecimal("0")) == 1) { |
|
|
|
if (merTripartitePlatform.getProfitSharingRatio().compareTo(new BigDecimal("0")) == 1) { |
|
|
|
profitSharing = "N"; |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
profitSharing = merTripartitePlatform.getProfitSharingStatus().equals(true)?"Y":"N"; |
|
|
|
profitSharing = merTripartitePlatform.getProfitSharingStatus().equals(true)?"Y":"N"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|