|
|
@@ -26,9 +26,9 @@ public class UasProdInOutListener {
|
|
|
/**
|
|
|
* 生产领料单过账->推送金蝶生成对应单据
|
|
|
*/
|
|
|
- @UasEventListener(caller = "ProdInOut!Picking", operation = "POST")
|
|
|
+// @UasEventListener(caller = "ProdInOut!Picking", operation = "POST")
|
|
|
public void onProdInOutPost_picking(UasEvent event) {
|
|
|
- ProdInOut prodInout = prodInOutService.findById(Integer.parseInt(event.getKey().toString()));
|
|
|
+// ProdInOut prodInout = prodInOutService.findById(Integer.parseInt(event.getKey().toString()));
|
|
|
/**封装请求数据*/
|
|
|
/* K3CloudApiClient client = new K3CloudApiClient(kingdeeConfig.getUrl());
|
|
|
try {
|