|
@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.PathVariable;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
+import java.io.Console;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
@@ -67,6 +68,7 @@ public class WmsDocAsnSubService {
|
|
|
WcsResponseVo wcsResponseVo = wmsToWcsApiService.wmsBillTask(billTaskForm);
|
|
|
if (!wcsResponseVo.isSuccess()) {
|
|
|
con = false;
|
|
|
+ log.info(wcsResponseVo.getMessage());
|
|
|
continue;
|
|
|
}
|
|
|
// 修改 明细行状态为10
|