|
|
@@ -156,7 +156,7 @@ public class ReleaseProductByBatchController {
|
|
|
logger.log("批量上架模块", "批量发布指定批次:" + batch + "的上架内容");
|
|
|
String byBatch = releaseProductByBatchService.publishByBatch(batch, false);
|
|
|
long l1 = System.currentTimeMillis();
|
|
|
- logger.log("批量上架模块", "l1 ------------l" + (l1 - 1));
|
|
|
+ logger.log("批量上架模块", "l1 ------------l" + (l1 - l));
|
|
|
return byBatch;
|
|
|
}
|
|
|
|