This commit is contained in:
2026-02-27 17:38:04 +08:00
parent 3817dc8eb4
commit 212e25e5e3
@@ -369,6 +369,7 @@ public class ProposalCommonServiceImpl extends ViServiceImpl implements Proposal
WHERE
cy.jgid = 'oljk9ojm5qh6jqm1spo3os5ge5'
AND cy.jdhid = @jdhid
AND cy.sf = 3
""");
sql.setParam("jdhid", info.getTeacherMeetingId());
List<NutMap> list = listMap(sql);