结班发证书合并
生成作业时减去考试周时间
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user