晏有为
2024-05-27 d91f76b90245603c1c7f08e3d5864ada3f3fbba7
inspect-server/src/main/resources/mapper/StandardTemplateMapper.xml
@@ -26,6 +26,9 @@
            ${ew.customSqlSegment}
        </if>
    </select>
    <select id="getStandTempIdByName" resultType="com.yuanchu.mom.pojo.StandardTemplate">
        select id from standard_template where name=#{name}
    </select>
</mapper>