1.添加返回字段

main
862857010@qq.com 2 years ago
parent 1913b71468
commit 70f10b7b44
  1. 4
      cjy-module-traceability/cjy-module-traceability-biz/src/main/resources/mapper/growrecord/GrowRecordMapper.xml

@ -22,7 +22,9 @@
t1.harvest_num AS harvestNum,
t2.create_time AS create_time,
t1.production,
t3.id AS speciesId
t3.id AS speciesId,
t6.authentication_type as authenticationType,
t2.product_pic as productPic
FROM
traceability_grow_record t1
LEFT JOIN traceability_cropper t6 ON t1.cropper_id = t6.id

Loading…
Cancel
Save