|
@@ -227,7 +227,7 @@ public class K3StockController {
|
|
|
//////////////////////////////////仓库仓位对应关系//////////////////////////////////////////////
|
|
|
|
|
|
@PostMapping("/addStock")
|
|
|
- @ApiOperation("新增仓库仓位对应关系")
|
|
|
+ @ApiOperation("新增仓库")
|
|
|
public ResponseHelper addStock(@RequestBody StockPosition stockPosition, HttpServletRequest request) throws InterruptedException {
|
|
|
Lock obtain = redisLockRegistry.obtain(Constant.RedisPrefix.STOCK_RESERVE +stockPosition.getName());
|
|
|
try {
|
|
@@ -291,7 +291,7 @@ public class K3StockController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/updateStock")
|
|
|
- @ApiOperation("修改仓库仓位对应关系")
|
|
|
+ @ApiOperation("修改仓库")
|
|
|
public ResponseHelper updateStock(@RequestBody StockPosition stockPosition, HttpServletRequest request) throws InterruptedException {
|
|
|
Lock obtain = redisLockRegistry.obtain(Constant.RedisPrefix.STOCK_RESERVE +stockPosition.getName());
|
|
|
try {
|