|
|
@ -142,6 +142,7 @@ public class ForThirdSysApiController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
InvProductResponse invProductResponse = new InvProductResponse();
|
|
|
|
InvProductResponse invProductResponse = new InvProductResponse();
|
|
|
|
BeanUtil.copyProperties(checkUdi, invProductResponse);
|
|
|
|
BeanUtil.copyProperties(checkUdi, invProductResponse);
|
|
|
|
|
|
|
|
invProductResponse.setThrCode(checkUdi.getThirdId());
|
|
|
|
invProductResponse.setReCount(count);
|
|
|
|
invProductResponse.setReCount(count);
|
|
|
|
|
|
|
|
|
|
|
|
PageSimpleResponse<InvProductResponse> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
|
PageSimpleResponse<InvProductResponse> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
|