소스 검색

BUG修改

wangliang 2 년 전
부모
커밋
060921f4a0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      themis-business/src/main/resources/mapper/TEExamCourseMapper.xml

+ 2 - 1
themis-business/src/main/resources/mapper/TEExamCourseMapper.xml

@@ -17,7 +17,8 @@
 		t.hasAnswer,
 		t.hasAudio,
 		if(t.updateName is not null, t.updateName, t.createName) as updateName,
-		if(t.updateTime is not null, t.updateTime, t.createTime) as updateTime
+		if(t.updateTime is not null, t.updateTime, t.createTime) as updateTime,
+        t.mobilePhotoUpload
 		from
 		(
 		select