Commit 33fa04b7 by 徐高华

企微托管

parent daaa88aa
......@@ -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