Bläddra i källkod

专家库新增时间判断

hexiao 2 år sedan
förälder
incheckning
e2aa76abf4
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      purchase-system/src/main/resources/mapper/base/BaseExpertMapper.xml

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