晏有为
2024-05-23 10de56ca16261e6a4eec49dfd32f0a6b232f7baf
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>