结班发证书合并

生成作业时减去考试周时间
This commit is contained in:
wuchunlei
2024-10-12 14:13:21 +08:00
parent c44390aa74
commit 5f4c7ec304
3 changed files with 174 additions and 159 deletions

View File

@@ -25,7 +25,7 @@ public interface ClassEntityService extends IService<ClassEntity> {
R addClass(ClassEntity classEntity);
R updateClassState(Map<String,Object> params);
R openClass(Map<String,Object> params);
String getNextCertificateNo(String type,String courseNamePinyin);
@@ -99,4 +99,6 @@ public interface ClassEntityService extends IService<ClassEntity> {
List<Map<String,Object>> classCourseInfoClassId(int classId,int courseId);
R closeClass(Map<String,Object> params);
}