Commit cc8a849a by lili

修改小号

parent 88238c23
...@@ -167,8 +167,8 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz { ...@@ -167,8 +167,8 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz {
//更新规格 //更新规格
bookGroupClassifyDao.updateSpecId(bookGroupClassify.getId(), bookGroupClassify.getProductSpecId()); bookGroupClassifyDao.updateSpecId(bookGroupClassify.getId(), bookGroupClassify.getProductSpecId());
//发送更新群名称请求 //发送更新群名称请求
String robotId = wechatGroupConsr.getRobotIdByGroupId(oneQrcode.getWeixinGroupId()); // String robotId = wechatGroupConsr.getRobotIdByGroupId(oneQrcode.getWeixinGroupId());
SendWeixinRequestTools.changeGroupName(robotId, oneQrcode.getWeixinGroupId(), groupQrcode.getGroupName()); SendWeixinRequestTools.changeGroupName(oneQrcode.getRobotWxId(), oneQrcode.getWeixinGroupId(), groupQrcode.getGroupName());
} }
@ParamLog("新增商品对应规格") @ParamLog("新增商品对应规格")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment