java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-db/src/main/resources/mapper/job/TaskServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -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>