data-server/src/main/java/com/yuanchu/mom/service/impl/DataReportingServiceImpl.java
@@ -129,7 +129,11 @@ for (FansSubmit fansSubmit : fansSubmits) { sum += fansSubmit.getFansAdd(); } dataReporting2.setFansAdd(sum); if (dataReporting.getFansAdd()!=null||dataReporting.getFansAdd()!=0){ dataReporting2.setFansAdd(dataReporting.getFansAdd()); }else{ dataReporting2.setFansAdd(sum); } return dataReportingMapper.updateById(dataReporting2); } system-run/src/main/resources/application-dev.yml
@@ -5,7 +5,7 @@ logging: config: classpath:logback-spring.xml # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ file-location: D:\鹓雏公司\frame-after\logs_IS_UNDEFINED file-location: # 数据库备份路径 backup: