Selaa lähdekoodia

专家库新增时间判断

hexiao 2 vuotta sitten
vanhempi
commit
e2aa76abf4

+ 2 - 2
purchase-system/src/main/resources/mapper/base/BaseExpertMapper.xml

@@ -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>