Compare commits

..

3 Commits

  1. 2
      ccic-entity/src/main/java/com/ccic/safeliab/entity/ExamSchedule.java
  2. 1
      ccic-exam/src/main/resources/mappers/ExamPaperMapper.xml

@ -28,7 +28,7 @@ public class ExamSchedule extends BaseEntity{
@TableField(exist = false)
private Long examId;
private String examName;
private Integer paperId;
private Long paperId;
@TableField(exist = false)
private String paperName;
private String industryId;

@ -135,5 +135,6 @@
AND ep.id = #{id}
</if>
</where>
ORDER BY pq.question_number
</select>
</mapper>
Loading…
Cancel
Save