|
@@ -246,6 +246,12 @@ public class StorePinkServiceImpl extends AbstractService<StorePink> implements
|
|
param.setBizId(storeOrder.getId().toString());
|
|
param.setBizId(storeOrder.getId().toString());
|
|
List<Long> userIds = CollUtil.newArrayList(storeOrder.getUid());
|
|
List<Long> userIds = CollUtil.newArrayList(storeOrder.getUid());
|
|
param.setUserIds(userIds);
|
|
param.setUserIds(userIds);
|
|
|
|
+ Integer kId = a.getKId();
|
|
|
|
+ Integer zero = 0;
|
|
|
|
+ if(zero.equals(kId)){
|
|
|
|
+ param.setOpenGroupUserId(storeOrder.getUid());
|
|
|
|
+ }
|
|
|
|
+
|
|
param.setAmount(storeOrder.getPayPrice());
|
|
param.setAmount(storeOrder.getPayPrice());
|
|
param.setTransTime(date);
|
|
param.setTransTime(date);
|
|
Result result = cifAccountDubboServiceClient.accomplishGroup(param);
|
|
Result result = cifAccountDubboServiceClient.accomplishGroup(param);
|