lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamInspectionOrderMapper.xml
@@ -29,4 +29,10 @@ and err.inspection_date < #{end} group by FORMAT(err.inspection_date, 'yyyy-MM') </select> <select id="selectUnReceivedInspectionOrder" resultType="org.jeecg.modules.eam.entity.EamInspectionOrder"> select eio.*,ee.org_id from eam_inspection_order eio left join eam_equipment ee on eio.equipment_id = ee.id where eio.inspection_status = 'WAIT_INSPECTION' and eio.del_flag = 0 </select> </mapper>