value
2024-05-27 7f2f54e5ae3d3bf09172e1520d8d9dfb556d57c4
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>