commit
This commit is contained in:
+1
@@ -190,6 +190,7 @@ public class TeacherCongressInstitutionController {
|
||||
Cnd cnd = Cnd.NEW();
|
||||
cnd.and("t1.institutionId", "=", institutionId);
|
||||
cnd.and("t1.sessionId", "=", sessionId);
|
||||
cnd.asc("u.loginname");
|
||||
if (StrUtil.isNotBlank(pageForm.getSearchKeyword())) {
|
||||
SqlExpressionGroup seg = new SqlExpressionGroup();
|
||||
seg.orLike("u.username", pageForm.getSearchKeyword());
|
||||
|
||||
Reference in New Issue
Block a user