|
@@ -205,10 +205,10 @@ public class PayNonOrderServiceImpl implements PayNonOrderService {
|
|
|
json.put("product", product);
|
|
|
String attach = payParam.getProductId() + "," + payParam.getPayType() + "," + payParam.getUserType();
|
|
|
json.put("attach", attach);
|
|
|
- // 二手发布默认100元,默认私账
|
|
|
+ // 二手发布默认100元,默认公账专票
|
|
|
List<Map<String, String>> list = new ArrayList<>();
|
|
|
Map<String, String> map = new HashMap<>(3);
|
|
|
- map.put("subUserNo", PayUtil.privateAccountNo);
|
|
|
+ map.put("subUserNo", PayUtil.publicAccountNo);
|
|
|
map.put("splitBillType", "1");
|
|
|
map.put("splitBillValue", "1");
|
|
|
list.add(map);
|