wanghui před 8 roky
rodič
revize
ab7c333c00

+ 1 - 1
src/main/java/com/goafanti/common/bo/Result.java

@@ -11,7 +11,7 @@ public class Result {
 	private Serializable token;
 	public Result() {
 		this.token = SecurityUtils.getSubject().getSession().getId();
-		System.out.println("返回=============="+token);
+		System.out.println("返回 token=============="+token);
 	}
 
 	public Result(Object data) {

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

@@ -432,7 +432,7 @@
 		select
 			a.id,
 			a.message_id as messageId,
-			b.registration_id as registrationId
+			b.registration_id as registrationId,
 			c.resource_id as resourceId
 		from
 			message_producer a 

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapper.xml

@@ -1411,7 +1411,7 @@
 		</if>
 	</select>
 	
-	<select id="selectBaseInfo" parameterType="java.lang.String" resultMap="com.goafanti.app.bo.UserBasicInfo">
+	<select id="selectBaseInfo" parameterType="java.lang.String" resultType="com.goafanti.app.bo.UserBasicInfo">
 		select
 			a.id, 
 			a.mobile,