ID,
TASK_CODE,
TASK_NAME,
TASK_CLASS,
TASK_SCHEDULE,
TASK_STATUS,
TASK_DESC,
TASK_PARAMS,
BZCODE,
INTM,
UPTM,
DATA_STAT
#{id},
#{taskCode},
#{taskName},
#{taskClass},
#{taskSchedule},
#{taskStatus},
#{taskDesc},
#{taskParams},
#{bzcode},
#{intm},
#{uptm},
#{dataStat}
and TASK_CODE = #{taskCode}
and TASK_NAME = #{taskName}
and TASK_CLASS = #{taskClass}
and TASK_SCHEDULE = #{taskSchedule}
and TASK_STATUS = #{taskStatus}
and TASK_DESC = #{taskDesc}
and TASK_PARAMS = #{taskParams}
and BZCODE = #{bzcode}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_TASK_SCHEDULER( )
values ( )
update BIS_INSP_TASK_SCHEDULER set DATA_STAT='9' where ID = #{id}
update BIS_INSP_TASK_SCHEDULER set DATA_STAT='9'
update BIS_INSP_TASK_SCHEDULER set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_TASK_SCHEDULER
TASK_CODE = #{taskCode},
TASK_NAME = #{taskName},
TASK_CLASS = #{taskClass},
TASK_SCHEDULE = #{taskSchedule},
TASK_STATUS = #{taskStatus},
TASK_DESC = #{taskDesc},
TASK_PARAMS = #{taskParams},
BZCODE = #{bzcode},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_TASK_SCHEDULER
TASK_CODE = #{taskCode},
TASK_NAME = #{taskName},
TASK_CLASS = #{taskClass},
TASK_SCHEDULE = #{taskSchedule},
TASK_STATUS = #{taskStatus},
TASK_DESC = #{taskDesc},
TASK_PARAMS = #{taskParams},
BZCODE = #{bzcode},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},