| | |
| | | import org.springframework.security.core.context.SecurityContextHolder; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import sun.util.resources.cldr.dyo.LocaleNames_dyo; |
| | | |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.math.BigDecimal; |
| | |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | Long review = baseCaseMapper.selectCount(new LambdaQueryWrapper<BaseCase>().eq(BaseCase::getState, 1)); |
| | | Long register = baseCaseMapper.selectRegisterCount(); |
| | | Long study = baseCaseMapper.selectCount(new LambdaQueryWrapper<BaseCase>().eq(BaseCase::getState, 3)); |
| | | Long study = baseCaseMapper.selectStudyCount(); |
| | | map.put("review", review); |
| | | map.put("register", register); |
| | | map.put("study", study); |
| | |
| | | }); |
| | | return delayVOS; |
| | | } |
| | | |
| | | } |