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

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