wangliang 1 year ago
parent
commit
217a360a6c

+ 1 - 1
sop-business/src/main/java/com/qmth/sop/business/entity/TSJobLog.java

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