north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
@@ -411,5 +411,10 @@ update pp.patch_log set reviewer=null,review_status=0,update_time=now() where id=#{patchLog.id} </update> <select id="selectProjectCount"> SELECT COUNT(*) FROM flow_card WHERE process_id= #{processId} and project_no IS not NULL; </select> </mapper>