1.修改英文翻译

2.优化任务列表显示
This commit is contained in:
chenjinsong
2018-11-15 11:52:22 +08:00
parent 88d197628a
commit bc1d69ad5f
3 changed files with 5 additions and 6 deletions

View File

@@ -4062,6 +4062,7 @@ public class NmsTaskManagerAction extends BaseAction {
+ this.getUserID() + "')= 0 "
+ " and instr(t.lookUserIds,to_char(t.userId))= 0) or (t.isLook ='0' and t.lookUserIds is null))";
}
hql += " and t.missionState!=-1";
hql += " order by t.createTime desc";
page = this.commonService.findByPage(hql, pageNo, this.getPageSize());
missionstateTableList = (List<MissionStateTable>) page.getResult();