Lius
2023-10-30 ff9dc3f8220dfeb9acddd2f86c28718001e70314
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/OperationCertificateDetailMapper.xml
@@ -9,8 +9,11 @@
          operation_certificate_id = #{mainId}    </delete>
   
   <select id="selectByMainId" parameterType="java.lang.String" resultType="org.jeecg.modules.eam.entity.OperationCertificateDetail">
      SELECT *
      FROM  mom_eam_operation_certificate_detail
      SELECT t1.*,t3.name equipmentName,t4.deduction_score deductionScore,t4.content deductionScoreName
      FROM  mom_eam_operation_certificate_detail t1
      left join mom_eam_operation_certificate t2 on t1.operation_certificate_id = t2.id
      left join mom_eam_equipment t3 on t3.id = t1.equipment_id
      left join mom_eam_base_deduction_item t4 on t4.id = t1.deduction_item
      WHERE
          operation_certificate_id = #{mainId}    </select>
</mapper>