multi-system/src/main/java/com/gkhy/exam/system/service/InconsistentService.java
@@ -14,7 +14,7 @@ * @since 2025-07-10 15:11:50 */ public interface InconsistentService extends IService<Inconsistent> { CommonPage selectInconsistentList(Integer companyId); CommonPage selectInconsistentList(Integer companyId,String year); CommonResult insertInconsistent(Inconsistent inconsistent);