...
|
...
|
@@ -53,6 +53,7 @@ public class AlipayTask { |
|
|
|
|
|
QueryResult queryResult = paymentMapper.selectAlipayCountAll(min);
|
|
|
int count = QueryResultUtil.getCount(queryResult);
|
|
|
DEBUG.info("start alipay task count {}",count);
|
|
|
|
|
|
if (count == 0) {
|
|
|
boolean needVoice = true;
|
...
|
...
|
|