部门信息中增加是否私有云和私有云服务器Guuid字段
| | |
| | | */ |
| | | private Byte isNewScreenclient; |
| | | |
| | | /** |
| | | * 是否私有云部署(0:否,1:是) |
| | | */ |
| | | private Byte isPrivate; |
| | | |
| | | /** |
| | | * 私有云服务器GUUID |
| | | */ |
| | | private String privateServerGuuid; |
| | | } |
| | |
| | | */ |
| | | private Integer isAnswer; |
| | | /** |
| | | * 是否私有云部署(0:否,1:是) |
| | | */ |
| | | private Integer isPrivate; |
| | | /** |
| | | * 私有云服务器GUUID |
| | | */ |
| | | private String privateServerGuuid; |
| | | /** |
| | | * 医院数据创建时间 |
| | | */ |
| | | private Date createTime; |
| | |
| | | <if test="p.accountsCount != null and p.accountsCount !=''"> |
| | | and accounts_count = #{p.accountsCount} |
| | | </if> |
| | | <if test="p.isPrivate != null and p.isPrivate !=''"> |
| | | and is_private = #{p.isPrivate} |
| | | </if> |
| | | </where> |
| | | </sql> |
| | | |
| | |
| | | <if test="p.isAnswer != null and p.isAnswer !=''"> |
| | | and is_answer = #{p.isAnswer} |
| | | </if> |
| | | <if test="p.isPrivate != null and p.isPrivate !=''"> |
| | | and is_private = #{p.isPrivate} |
| | | </if> |
| | | <if test="p.hospitalState != null and p.hospitalState !=''"> |
| | | and hospital_state = #{p.hospitalState} |
| | | </if> |
| | |
| | | DEP.org_id, |
| | | DEP.is_del, |
| | | DEP.is_pay, |
| | | DEP.is_private, |
| | | DEP.private_server_guuid, |
| | | DEP.enabled, |
| | | DEP.department_link, |
| | | DEP.department_tel, |