|
@@ -68,7 +68,7 @@
|
|
|
<if test="created != null and created != ''">
|
|
|
created,
|
|
|
</if>
|
|
|
- <if test="createTime != null and createTime != ''">
|
|
|
+ <if test="createTime != null ">
|
|
|
create_time,
|
|
|
</if>
|
|
|
</trim>
|
|
@@ -115,7 +115,7 @@
|
|
|
<if test="created != null and created != ''">
|
|
|
#{created},
|
|
|
</if>
|
|
|
- <if test="createTime != null and createTime != ''">
|
|
|
+ <if test="createTime != null ">
|
|
|
#{createTime},
|
|
|
</if>
|
|
|
</trim>
|