|
@@ -36,7 +36,7 @@ import java.util.stream.Collectors;
|
|
|
|
|
|
/**
|
|
|
* Created by IntelliJ IDEA.
|
|
|
- * User: andy.qu
|
|
|
+ * User: chenyang
|
|
|
* Date: 2022/2/9
|
|
|
*/
|
|
|
@RunWith(SpringRunner.class)
|
|
@@ -149,7 +149,6 @@ public class ProcessLocationTest {
|
|
|
invLotLocIdService.updateInvLotLocId(invLotLocId);
|
|
|
//重置库存数据
|
|
|
reSetLocationInfo(baseLocationInfo, bindSku, Constants.NO, skuTypeMapping);
|
|
|
- return;
|
|
|
}
|
|
|
}
|
|
|
|