Compare commits

...

2 Commits

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

@ -301,7 +301,7 @@
if (response.data.code == web_status.SUCCESS){ if (response.data.code == web_status.SUCCESS){
centerChart.setOption({ centerChart.setOption({
title: { title: {
text: '已登记统计' text: '已上岗统计'
}, },
tooltip: {}, tooltip: {},
legend: { legend: {

Loading…
Cancel
Save