@@ -1025,6 +1025,7 @@ module.exports = app => {
async gather(ctx) {
try {
+ await this.checkDutyRela(ctx);
const ledgerStages = await this.getTypeStages(ctx, 'ledger', 'ASC');
const renderData = {
ledgerStages,