feat:人员类型统计

ln_ry20250512
wangxy 4 days ago
parent 99f5a6a122
commit 41f3c7d602

@ -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;

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

Loading…
Cancel
Save