getDetailList sql 修正

main
Dayu 12 months ago
parent 06df1d313c
commit df0a256d9c
  1. 2
      src/main/java/org/energy/modules/inspection/mapper/InspectionObjectMapper.xml

@ -71,6 +71,6 @@
</select>
<select id="getDetailList" resultMap="inspectionObjectResultMap">
select object_name, object_type from i_inspection_object where object_no = ${object_no}
select object_name, object_type , station from i_inspection_object where object_no = ${object_no}
</select>
</mapper>

Loading…
Cancel
Save