|
|
|
@@ -483,6 +483,10 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
|
retb.setCurrentSetOff(be.getCurrentSetOff()); |
|
|
|
retb.setCurrentReceive(be.getCurrentReceive()); |
|
|
|
retList.add(retb); |
|
|
|
}else { |
|
|
|
WxAllBill retb = new WxAllBill(); |
|
|
|
retb.setId(be.getId()); |
|
|
|
retList.add(retb); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|