Commit 64b81065 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'developer'

企微托管

See merge request !1920
parents 3196e7a7 33fa04b7
......@@ -313,6 +313,7 @@ public class QywxOpenController {
String json = dto.getModuleSetting();
WechatWorkServiceSetting bo = JSONObject.parseObject(json, WechatWorkServiceSetting.class);
vo.setGicTotal(bo.getAccountNumber());
vo.setVersion(dto.getModuleVersion()) ;
}
}
log.info("OpenQwAccountInfoVO={}", JSONObject.toJSONString(vo));
......
......@@ -18,6 +18,18 @@ public class OpenQwAccountInfoVO extends OpenStaffLicenseDTO implements Serializ
*/
private Date expireDate;
/**
* 版本
*/
private Integer version ;
public Integer getVersion() {
return version;
}
public void setVersion(Integer version) {
this.version = version;
}
public int getStatus() {
return status;
......
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