Commit 9544f643 authored by huyuchen's avatar huyuchen

明细接口改造

parent 776c437e
......@@ -356,7 +356,7 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl
List<TIncome> list = baseMapper.selectList(Wrappers.<TIncome>query().lambda()
.eq(TIncome::getSendStatus, CommonConstants.ZERO_STRING)
.eq(TIncome::getFeeType, CommonConstants.TWO_STRING));
int i = (int) Math.ceil((double) count / CommonConstants.ONE_THOUSAND_INT);
int i = (int) Math.ceil((double) countRisk / CommonConstants.ONE_THOUSAND_INT);
if (!list.isEmpty()) {
List<TIncome> pushList;
int k = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment