南靖新增第三方产品编码返回

dev_kcyj
anthonywj 1 year ago
parent 184b3c8139
commit a508f850a2

@ -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,

Loading…
Cancel
Save