Procházet zdrojové kódy

用户上传文件时直接做上架动作。

yujia před 7 roky
rodič
revize
9d43798618

+ 2 - 2
src/main/java/com/uas/platform/b2c/prod/commodity/service/impl/ReleaseProductByBatchServiceImpl.java

@@ -329,12 +329,12 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
                 success = releaseProductByBatchDao.getCountPublisherUuAndBatchAndReleaseCode(userUU, batch, ReleaseStatus.success.value());
                 success = releaseProductByBatchDao.getCountPublisherUuAndBatchAndReleaseCode(userUU, batch, ReleaseStatus.success.value());
             }
             }
 		}
 		}
-
+		String publish = publishByBatch(batch, isPcb);
 		modelMap.put("total", total);
 		modelMap.put("total", total);
 		modelMap.put("success", success);
 		modelMap.put("success", success);
 		modelMap.put("failure", failure);
 		modelMap.put("failure", failure);
 		modelMap.put("filter", filter);
 		modelMap.put("filter", filter);
-		modelMap.put("batch", batch);
+		modelMap.put("publish", publish);
 		return modelMap;
 		return modelMap;
 	}
 	}