Explorar o código

移动端接口:招聘方【职位管理】查询结果时间数据格式化

chenwen %!s(int64=3) %!d(string=hai) anos
pai
achega
a9866f52e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/src/main/resources/mapper/job/Recruitment.xml

+ 1 - 1
common/src/main/resources/mapper/job/Recruitment.xml

@@ -260,7 +260,7 @@
 			SELECT
 			    jr.del_flag,
 			    jr.create_by,
-				jr.update_time updateTime,
+				DATE_FORMAT(jr.update_time,'%c月%e日 %H:%i') updateTime,
 				jr.status_ status,
 				jr.approve_status approveStatus,
 				jr.title_ title,