Commit 7c6a44ac authored by sml's avatar sml

data-->script

parent f621ee75
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
<if test="taskDesc != null and taskDesc != ''"> <if test="taskDesc != null and taskDesc != ''">
TASK_DESC = #{taskDesc}, TASK_DESC = #{taskDesc},
</if> </if>
<if test="data != null"> <if test="script != null">
SCRIPT = #{data, jdbcType=BLOB}, SCRIPT = #{script, jdbcType=BLOB},
</if> </if>
<if test="dataStatus != null and dataStatus != ''"> <if test="dataStatus != null and dataStatus != ''">
DATA_STATUS = #{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