guoyujie
2025-03-27 8a01adc7634ec7d97533b04456c9a20445b7db12
north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -1060,4 +1060,8 @@
             ) AS subquery;
    </select>
    <select id="selectReviewedState">
        select reviewed_state from pp.reporting_work where reporting_work_id=#{reportingWorkId};
    </select>
</mapper>