java110 6 lat temu
rodzic
commit
7f3905f245

+ 0 - 3
java110-db/src/main/resources/mapper/job/TaskServiceDaoImplMapper.xml

@@ -129,9 +129,6 @@
         <if test="taskCron !=null and taskCron != ''">
             , t.task_cron= #{taskCron}
         </if>
-        <if test="createTime !=null and createTime != ''">
-            , t.create_time= #{createTime}
-        </if>
         <if test="taskName !=null and taskName != ''">
             , t.task_name= #{taskName}
         </if>