Compare commits

..

No commits in common. '8d8175bb67aea827490904b4717f96e45d102b4b' and '1d00dfc7113c4581b65a892d3839b202328a8dee' have entirely different histories.

@ -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,'5')
.eq(TdApplyInfoList::getApplyStatus,'0')
.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