skjcmanager/skjcmanager-service/skjcmanager-alerts/src/main/java/cn/gistack/alerts/sms/mapper/SmsTemplateMapper.xml
@@ -17,5 +17,8 @@ <if test="smsTemplate.type!=null and smsTemplate.type!=''"> and type = #{smsTemplate.type} </if> <if test="smsTemplate.noticeMode!=null and smsTemplate.noticeMode!=''"> and notice_mode = #{smsTemplate.noticeMode} </if> </select> </mapper>