|
|
@ -35,7 +35,7 @@ |
|
|
|
<if test="taskDefKey != null"> |
|
|
|
taskDefKey, |
|
|
|
</if> |
|
|
|
<if test="taskDefKey != null"> |
|
|
|
<if test="modulePluginName != null"> |
|
|
|
modulePluginName, |
|
|
|
</if> |
|
|
|
<if test="taskName != null"> |
|
|
@ -66,7 +66,7 @@ |
|
|
|
#{taskDefKey}, |
|
|
|
</if> |
|
|
|
<if test="modulePluginName != null"> |
|
|
|
#{modulePluginName} |
|
|
|
#{modulePluginName}, |
|
|
|
</if> |
|
|
|
<if test="taskName != null"> |
|
|
|
#{taskName} |
|
|
|