|
|
|
@@ -700,7 +700,9 @@ public class WxAllBillController extends BillBaseController { |
|
|
|
} |
|
|
|
wxMerchant.setIsPreview(EnumYesOrNo.NO.getCode()); |
|
|
|
wxMerchant.updateTenantInfo(getTenantInfo()); |
|
|
|
wxMerchant.setToPayMerchant(EnumYesOrNo.YES.getCode()); |
|
|
|
if (null == wxMerchant.getAdvanceHasMoney()) { |
|
|
|
wxMerchant.setToPayMerchant(EnumYesOrNo.YES.getCode()); |
|
|
|
} |
|
|
|
List<WxAllBill> list = billAllHelper.getMerchantBillList(wxMerchant); |
|
|
|
if (null != list && list.size() > 0 ) { |
|
|
|
List<Long> merchnatIds = new ArrayList<Long>(); |
|
|
|
|