Browse Source

会员进度新增、详情修改

anderx 1 year ago
parent
commit
212126397f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TaskDetailsMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TaskDetailsMapper.xml

@@ -1169,7 +1169,7 @@ create_time = values(create_time)
 
     <select id="selectByTidList" resultType="com.goafanti.techproject.bo.OutTaskDetailsLog">
         select
-            id,tdid,aid,aname,create_time createTime
+            id,tdid,aid,aname,DATE_FORMAT(create_time, '%Y-%m-%d %H:%i:%s') createTime
         from task_details_log
         where tdid = #{tdid}
         order by create_time desc