修改监控中心查询待审批数量,要包括驳回数量

master
zengwh 6 years ago
parent 69f7cd6d76
commit 117227417e

@ -662,6 +662,6 @@
dbo.emr_apply_approve
WHERE
approve_state
is NULL
is NULL or approve_state = ''
</select>
</mapper>
Loading…
Cancel
Save