|
|
|
@ -160,7 +160,7 @@ public class SysUsernumController extends BaseController {
|
|
|
|
|
Integer count = new LambdaQueryChainWrapper<>(applyInfoListService.getBaseMapper())
|
|
|
|
|
.ge(TdApplyInfoList::getCreateTime, minDayTime)
|
|
|
|
|
.le(TdApplyInfoList::getCreateTime, maxDayTime)
|
|
|
|
|
.eq(TdApplyInfoList::getApplyStatus,'0')
|
|
|
|
|
.eq(TdApplyInfoList::getApplyStatus,'5')
|
|
|
|
|
.count();
|
|
|
|
|
if(Objects.isNull(count)){
|
|
|
|
|
count = 0;
|
|
|
|
|