...
|
...
|
@@ -323,7 +323,6 @@ public class ProductProxyService extends AbsProxyService{ |
|
|
SkupTypeCodeSupport.CodeNode codeNode = SkupTypeCodeSupport.explain(skupa);
|
|
|
skupReq.setRegion(codeNode.getRegion());
|
|
|
}
|
|
|
|
|
|
ApiResponse resp = ufoServiceCaller.call(syncSkup, skupReq);
|
|
|
return (null == resp || null == resp.getData())? false : (boolean)resp.getData();
|
|
|
}
|
...
|
...
|
|