|
|
@@ -347,6 +347,10 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
receivers.add(jo); |
|
|
receivers.add(jo); |
|
|
} |
|
|
} |
|
|
try{ |
|
|
try{ |
|
|
|
|
|
WxProfitSharingResult resultDel = new WxProfitSharingResult(); |
|
|
|
|
|
resultDel.updateTenantInfo(sharingOrder); |
|
|
|
|
|
resultDel.setSharingOrderId(sharingOrder.getId()); |
|
|
|
|
|
int delete = wxProfitSharingResultMapper.delete(new QueryWrapper<>()); |
|
|
final IdWorker idworker = IdWorker.get(); |
|
|
final IdWorker idworker = IdWorker.get(); |
|
|
receivers.stream().forEach(obj -> { |
|
|
receivers.stream().forEach(obj -> { |
|
|
JSONObject o =(JSONObject) obj; |
|
|
JSONObject o =(JSONObject) obj; |
|
|
|