yujian
2019-08-26 eaf53588747585fc2ba965f1f2ce1939165f1b8d
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserGoodsStorageServiceImpl.java
@@ -10,6 +10,7 @@
import org.springframework.core.task.TaskExecutor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.yeshi.utils.JsonUtil;
import org.yeshi.utils.entity.FileUploadResult;
@@ -216,6 +217,7 @@
   
   @Override
   @Transactional
   public void addCommonGoods(Long uid, Set<Long> ids) throws UserGoodsStorageException {
      if (uid == null) {