@ -142,6 +142,7 @@ public class ForThirdSysApiController {
}
InvProductResponse invProductResponse = new InvProductResponse();
BeanUtil.copyProperties(checkUdi, invProductResponse);
invProductResponse.setThrCode(checkUdi.getThirdId());
invProductResponse.setReCount(count);
PageSimpleResponse<InvProductResponse> pageSimpleResponse = new PageSimpleResponse<>();
@ -132,4 +132,9 @@ public class InvProductResponse {
* 生产规格
*/
private String bzgg;
/**
* 第三方产品编码
private String thrCode;
@ -341,6 +341,7 @@
ip.expireDate,
bp.ylqxzcrbarmc,
bp.zczbhhzbapzbh,
basic_udirel.thirdId thrCode,
sum(ip.inCount) as inCount,
sum(ip.outCount) as outCount,
sum(ip.reCount) as reCount,