Commit 7e3d68f44d6434d16c338c1ca4818562c9e7035b

Authored by landong2015
1 parent 16d687ea6c
Exists in master

还原消息的源文件

Showing 1 changed file with 1 additions and 1 deletions

mainData/src/main/resources/mainOrm/YmNotifications.xml View file @ 7e3d68f
... ... @@ -91,7 +91,7 @@
91 91 and publish_id = #{publishId,jdbcType=INTEGER}
92 92 </if>
93 93 <if test="publishName != null and publishName != ''">
94   -and publish_name = #{publishName,jdbcType=VARCHAR}
  94 +and publish_name = #{publishName,jdbcType=VARCHAR}
95 95 </if>
96 96 </where>
97 97 </sql>