Crunchy
2024-07-18 c2538085f897faa67abf32f23fc006e816df3c09
cnas-server/src/main/resources/mapper/StandardMethodMapper.xml
@@ -36,6 +36,7 @@
                left join user u1 on sm.create_user = u1.id
                left join user u2 on sm.update_user = u2.id
                left join structure_test_object sto on sm.structure_test_object_id = sto.id
                where sm.code != '委托要求'
                ) a
        <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
            ${ew.customSqlSegment}