|
@@ -66,7 +66,7 @@ public class TSJobLog implements Serializable {
|
|
this.objId = tsJobRemind.getObjId();
|
|
this.objId = tsJobRemind.getObjId();
|
|
this.objName = tsJobRemind.getObjName();
|
|
this.objName = tsJobRemind.getObjName();
|
|
this.remindType = tsJobRemind.getRemindType();
|
|
this.remindType = tsJobRemind.getRemindType();
|
|
- this.createId = tsJobRemind.getCreateId();
|
|
|
|
|
|
+ this.createId = tsJobRemind.getReceiveUserId();
|
|
this.createTime = System.currentTimeMillis();
|
|
this.createTime = System.currentTimeMillis();
|
|
}
|
|
}
|
|
|
|
|