Browse Source

update

Signed-off-by: anderx <anderx@qq.com>
anderx 5 years ago
parent
commit
3ffdfa746f

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

@@ -2051,7 +2051,7 @@ inner join(
 		and share_type=2
 	</select>
 	<update id="updateShareType">
-	update user set share_type =2,aid = #{aid}
+	update user set share_type =2,sign_bills =1,aid = #{aid}
 	where id= #{uid}
 	</update>
 </mapper>

+ 2 - 2
src/main/resources/props/config_local.properties

@@ -64,12 +64,12 @@ user_remind_days=15
 portal.host=//sf.jishutao.com/portal/2.0.6
 avatar.upload.host=//sb.jishutao.com/upload
 #连接开发
-#static.host=//sb.jishutao.com:3000/1.1.55
+#static.host=//sb.jishutao.com:3000/1.1.56
 #avatar.host=//sb.jishutao.com
 
 #连测试
 avatar.host=//static.jishutao.com
-static.host=//static.jishutao.com/1.1.55
+static.host=//static.jishutao.com/1.1.56
 
 upload.path=F:/data/public/upload
 upload.private.path=F:/data/private/upload