| | |
| | | for (FansSubmit fansSubmit : fansSubmits) { |
| | | sum += fansSubmit.getFansAdd(); |
| | | } |
| | | if (dataReporting.getFansAdd()!=null||dataReporting.getFansAdd()!=0){ |
| | | dataReporting2.setFansAdd(dataReporting.getFansAdd()); |
| | | }else{ |
| | | dataReporting2.setFansAdd(sum); |
| | | } |
| | | return dataReportingMapper.updateById(dataReporting2); |
| | | } |
| | | |
| | |
| | | logging: |
| | | config: classpath:logback-spring.xml |
| | | # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file-location: D:\鹓雏公司\frame-after\logs_IS_UNDEFINED |
| | | file-location: |
| | | |
| | | # 数据库备份路径 |
| | | backup: |