zq-erp/src/main/java/com/matrix/system/app/action/ApiFollowupAction.java
@@ -116,7 +116,7 @@ if(StringUtils.isBlank(zans)){ List<Long> zanIds = StringUtils.strToCollToLong(zans, ","); List<Long> zaned = zanIds.stream().filter(zanid -> zanid.equals(user.getSuId())).collect(Collectors.toList()); if(CollectionUtils.isNotEmpty(zaned)){ if(CollectionUtils.isEmpty(zaned)){ //取消赞 List<Long> newZaned = zanIds.stream().filter(zanid -> !zanid.equals(user.getSuId())).collect(Collectors.toList()); zans=StringUtils.collToStr(newZaned,","); @@ -166,4 +166,15 @@ } } zq-erp/src/main/resources/config/test/system.properties
@@ -12,7 +12,7 @@ default_password=123 #nginx静态资源访问地址 static_resource_url=http://testfile.hive.jyymatrix.cc/ static_resource_url=resource.hive.jyymatrix.cc #文件保存地址 file_storage_path=/mnt/upload/ #文件上传大小字节为单位 10MB