示例#1
0
 public void setUpdateby(Integer updateby) {
   this.updateby = updateby;
   if ((updateby == null) || (updateby.intValue() == 0))
     this.updateby = ContextUtil.getCurrentTeacherId();
 }
示例#2
0
 public void setCreateby(Integer createby) {
   this.createby = createby;
   if ((createby == null) || (createby.intValue() == 0))
     this.createby = ContextUtil.getCurrentTeacherId();
 }