mitao
2024-08-30 0c851d4d98552250a399533c30e5d6780c3e56b6
finance-system/src/main/java/com/finance/system/service/impl/TbQuestionServiceImpl.java
@@ -48,7 +48,7 @@
        TbQuestion tbQuestion = BeanUtils.copyBean(dto, TbQuestion.class);
        tbQuestion.setType(dto.getType());
        String previousQuarter = DateUtils.getPreviousQuarter();
        previousQuarter = "2024年一季度";
        // previousQuarter = "2024年一季度";
        tbQuestion.setQuarter(previousQuarter);
        this.save(tbQuestion);
        asyncService.subtractScoreWithFixedRules(dto.getDeptAreaCode());