Просмотр исходного кода

[消息][修改][开发短信开关功能]

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
7ce617550b
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml Просмотреть файл

@@ -13,11 +13,12 @@
<result column="type" jdbcType="INTEGER" property="type" /> <result column="type" jdbcType="INTEGER" property="type" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="email_bg_img" property="emailBgImg" /> <result column="email_bg_img" property="emailBgImg" />
<result column="open" property="open" />


</resultMap> </resultMap>
<sql id="allColumns"> <sql id="allColumns">
`id`,`name`,`signature`,`content`,`createtime`,`status`,`minutes`,`model_id`,`type`,`tenant_id`,email_bg_img
`id`,`name`,`signature`,`content`,`createtime`,`status`,`minutes`,`model_id`,`type`,`tenant_id`,email_bg_img,`open`
</sql> </sql>


<sql id="dynamicWhereConditions"> <sql id="dynamicWhereConditions">
@@ -32,6 +33,7 @@
<if test=" null != modelId "> and `model_id` = #{modelId} </if> <if test=" null != modelId "> and `model_id` = #{modelId} </if>
<if test=" null != type "> and `type` = #{type} </if> <if test=" null != type "> and `type` = #{type} </if>
<if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if> <if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if>
<if test=" null != open "> and `open` = #{open} </if>


<if test=" null != ids "> <if test=" null != ids ">
and id in and id in


Загрузка…
Отмена
Сохранить