Compare commits

..

No commits in common. '342bb58548d655e03a69e1e37248d6586ee173b0' and 'be7ddf0ffc6d1611b75fadf195a73b2ae2e8eaa4' have entirely different histories.

  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 Long paperId;
private Integer paperId;
@TableField(exist = false)
private String paperName;
private String industryId;

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