|
|
|
@ -196,7 +196,7 @@ public class AccountCloseServiceImpl implements AccountCloseService { |
|
|
|
|
|
|
|
/** |
|
|
|
* 账单明细 |
|
|
|
* @param uesrIsli |
|
|
|
* @param userIsli |
|
|
|
* @param ipage |
|
|
|
* @param ilimit |
|
|
|
* @return |
|
|
|
@ -228,7 +228,7 @@ public class AccountCloseServiceImpl implements AccountCloseService { |
|
|
|
if(batchcode!=null){ |
|
|
|
somap.put("batchcode",batchcode.trim()); |
|
|
|
} |
|
|
|
List<UserAccountBill> uacblist = userAccountBillMapper.getUserAccBillMap(somap,start,ilimit); |
|
|
|
List<UserAccountBill> uacblist = userAccountBillMapper.getUserAccBillMap(somap,startrs,ilimit); |
|
|
|
|
|
|
|
// list
|
|
|
|
//List<UserAccountBill> uacblist = userAccountBillMapper.getUserAccBill(uesrIsli,ipage,ilimit);
|
|
|
|
|