1、对比release1.1和develop分支的配置文件,将未合并部分手动添加到develop;

2、修改分组复用传给redis接口数据的结构
This commit is contained in:
zhangdongxu
2018-08-27 15:01:16 +08:00
parent a574c207a3
commit 0c33fe7c98
5 changed files with 65 additions and 49 deletions

View File

@@ -477,7 +477,11 @@
<result column="d_subscribe_id" jdbcType="VARCHAR" property="dSubscribeId" />
<result column="scene_file" jdbcType="VARCHAR" property="sceneFile" />
<result column="app_label" jdbcType="VARCHAR" property="appLabel" />
<result column="label_proto_id" jdbcType="INTEGER" property="labelProtoId" />
<result column="label_os_id" jdbcType="INTEGER" property="labelOsId" />
<result column="label_bs_id" jdbcType="INTEGER" property="labelBsId" />
<result column="label_behav_id" jdbcType="INTEGER" property="labelBehavId" />
<result column="label_app_id" jdbcType="INTEGER" property="labelAppId" />
<result column="c2s_pkt_num" jdbcType="VARCHAR" property="c2sPktNum" />
<result column="s2c_pkt_num" jdbcType="VARCHAR" property="s2cPktNum" />
<result column="c2s_byte_num" jdbcType="VARCHAR" property="c2sByteNum" />