commit
This commit is contained in:
@@ -68,6 +68,7 @@ public class ClubCommonController {
|
|||||||
cnd.and("c.id", "in", myClubId);
|
cnd.and("c.id", "in", myClubId);
|
||||||
}
|
}
|
||||||
cnd.and("inst.state","=",ProcessInstanceStateEnum.FINISHED.getCode());
|
cnd.and("inst.state","=",ProcessInstanceStateEnum.FINISHED.getCode());
|
||||||
|
cnd.asc("c.clubCode");
|
||||||
Sql sql = Sqls.create("""
|
Sql sql = Sqls.create("""
|
||||||
SELECT
|
SELECT
|
||||||
c.*
|
c.*
|
||||||
|
|||||||
Reference in New Issue
Block a user