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