Selaa lähdekoodia

查询时间倒序报错处理

wangzl 5 kuukautta sitten
vanhempi
commit
88b7f937fd

+ 4 - 4
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizClinicRoomMapper.xml

@@ -180,10 +180,10 @@
         bcr.patient_gender as patientGender,
         bcr.last_care_time as lastCareTime,
         bcr.last_question_time as lastQuestionTime,
-        bcr.create_time as createTime,
-        bcr.create_by as createBy,
-        bcr.update_time as updateTime,
-        bcr.update_by as updateBy
+        bcr.create_time as create_time,
+        bcr.create_by as create_by,
+        bcr.update_time as update_time,
+        bcr.update_by as update_by
         FROM
         biz_clinic_room bcr
         LEFT JOIN biz_clinic_room_wx_user bcrwu ON bcr.id = bcrwu.clinic_room_id