审核状态追加

main
weitingdong 11 months ago
parent 2d0f4069a0
commit 9b55762b15
  1. 2
      src/main/java/org/energy/modules/leger/mapper/EquipmentLedgerMapper.xml

@ -96,6 +96,6 @@
</select> </select>
<select id="getDetailList" resultMap="equipmentLedgerResultMap"> <select id="getDetailList" resultMap="equipmentLedgerResultMap">
select kks_description, station from l_equipment_ledger where kks_encoding = ${kks_encoding} select kks_description, station from l_equipment_ledger where kks_encoding = ${kks_encoding} and check_status = 2
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save