beetlsql3-dev
Mlxa0324 2 years ago
parent 2aa44bdbf0
commit 08fe028b2e

@ -127,6 +127,7 @@ public class StudentClientLinkQuery extends PageParam {
pojo.setStudentClientLinkImg(this.getStudentClientLinkImg());
pojo.setStudentClientLinkStatus(ObjectUtil.defaultIfNull(this.getStudentClientLinkStatus(), 1));
pojo.setStudentClientLinkOpenType(this.getStudentClientLinkOpenType());
pojo.setStudentClientLinkDesc(this.getStudentClientLinkDesc());
pojo.setCreateTime(ObjectUtil.defaultIfNull(this.getCreateTime(), new Date()));
pojo.setUserId(this.getUserId());
pojo.setOrgId(this.getOrgId());

Loading…
Cancel
Save