增加根据用户id查询
This commit is contained in:
parent
db99dbf0d8
commit
c4c1115abb
|
@ -285,6 +285,7 @@ const t = function(name, time) {
|
|||
edusubject: userStore.edusubject, // this.userStore.edusubject,
|
||||
evalid: props.bookobj.levelSecondId, // this.activeParams.lession.id,
|
||||
status: "1",
|
||||
edituserid: userStore.userId,
|
||||
orderby: 'concat(worktype,timestamp) DESC',
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue