소스 검색

12-25APP消息推送联调OK

Michael 8 년 전
부모
커밋
e4f02df444
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/main/java/com/goafanti/common/mapper/MessageFromSystemMapper.xml

+ 4 - 4
src/main/java/com/goafanti/common/mapper/MessageFromSystemMapper.xml

@@ -475,16 +475,16 @@
    		update jpush_easemob_account
    		<set>
    			<if test="uuid != null and uuid != ''">
-   				uuid = #{uuid,jdbcType=VARCHAR}
+   				uuid = #{uuid,jdbcType=VARCHAR},
    			</if>
    			<if test="registrationId != null and registrationId != ''">
-   				registration_id = #{registrationId,jdbcType=VARCHAR}
+   				registration_id = #{registrationId,jdbcType=VARCHAR},
    			</if>
    			<if test="easemobName != null and easemobName != ''">
-   				easemob_name = #{easemobName,jdbcType=VARCHAR}
+   				easemob_name = #{easemobName,jdbcType=VARCHAR},
    			</if>
    			<if test="easemobPass != null and easemobPass != ''">
-   				easemob_pass = #{easemobPass,jdbcType=VARCHAR}
+   				easemob_pass = #{easemobPass,jdbcType=VARCHAR},
    			</if>
    			<if test="lastLoginTime != null">
    				last_login_time = #{lastLoginTime,jdbcType=TIMESTAMP}