|
|
|
@@ -359,6 +359,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
|
abq.setBillType(EnumBillAllType.ADVANCE.getCode()); |
|
|
|
abq.setAdvanceHasMoney(EnumYesOrNo.YES.getCode()); |
|
|
|
abq.setSortColumns(SortField.Createtime_ASC); |
|
|
|
abq.setMerchantId(dto.getBills().get(0).getMerchantId());; |
|
|
|
List<WxAllBill> advanceList = wxAllBillService.list(abq); |
|
|
|
if (null == advanceList || advanceList.size() <= 0 ) { |
|
|
|
return null; |
|
|
|
|