瀏覽代碼

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