|
|
|
@ -52,10 +52,10 @@ public class CAPPAPIWebServiceImpl implements CAPPAPIWebService {
|
|
|
|
|
site = itemSyncRequest.getSITE();
|
|
|
|
|
String item = itemSyncRequest.getITEM();
|
|
|
|
|
if (StringUtil.isBlank(site)) {
|
|
|
|
|
throw BusinessException.build("参数【SITE】不能为空");
|
|
|
|
|
throw BusinessException.build("站点不能为空");
|
|
|
|
|
}
|
|
|
|
|
if (StringUtil.isBlank(item)) {
|
|
|
|
|
throw BusinessException.build("参数【ITEM】不能为空");
|
|
|
|
|
throw BusinessException.build("物料编号不能为空");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//调用业务接口
|
|
|
|
|