Commit 7c6a44ac authored by sml's avatar sml

data-->script

parent f621ee75
......@@ -100,8 +100,8 @@
<if test="taskDesc != null and taskDesc != ''">
TASK_DESC = #{taskDesc},
</if>
<if test="data != null">
SCRIPT = #{data, jdbcType=BLOB},
<if test="script != null">
SCRIPT = #{script, jdbcType=BLOB},
</if>
<if test="dataStatus != null and dataStatus != ''">
DATA_STATUS = #{dataStatus},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment