动态台账 工单审核后数据再显示

main
zhen 12 months ago
parent 735b39a346
commit 40fc8c6c3e
  1. 3
      src/main/java/org/energy/modules/leger/mapper/DynamicledgerMapper.xml

@ -45,6 +45,7 @@
l_equipment_ledger aa
left join smt_work_order b
on aa.id = b.equipment_ledger_id
and b.approval_status = '2'
and b.is_deleted = '0'
<if test="entity.station!= null and entity.station!= ''">
and aa.station = #{entity.station}
@ -168,7 +169,7 @@
a.id = b.equipment_ledger_id
and a.is_deleted = '0'
and b.is_deleted = '0'
and b.approval_status = '2'
and a.kks_encoding = #{entity.kksEncoding}
</select>
<!-- 通用查询映射结果 -->

Loading…
Cancel
Save