字段更新

cert
1178634255 2 years ago
parent 27b4acadc8
commit b06994f9d8

@ -31,6 +31,7 @@ public class TraceOrderResponse {
*/ */
@ApiModelProperty(value = "1:入库2出库") @ApiModelProperty(value = "1:入库2出库")
private Integer inOutType; private Integer inOutType;
private Integer traceSource;
/** /**
* *

@ -49,6 +49,7 @@
trace_product_record.expireDate, trace_product_record.expireDate,
trace_product_record.serialNo, trace_product_record.serialNo,
trace_product_record.zczbhhzbapzbh, trace_product_record.zczbhhzbapzbh,
trace_product_record.traceSource,
trace_order.*, trace_order.*,
uc.companyName uc.companyName
FROM trace_order FROM trace_order

Loading…
Cancel
Save