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>