guoyuji
2025-03-04 ccc2589e5fe52fbdf47f4f68f9c4b2de373bf416
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>