guarantee-lsq 2 年之前
父節點
當前提交
eab1d5ea64
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      platform-dao/src/main/resources/mapper/store/OutStoreFormMapper.xml

+ 2 - 2
platform-dao/src/main/resources/mapper/store/OutStoreFormMapper.xml

@@ -260,8 +260,8 @@ outstoreform.process_instance_id,
             <if test="createdTimeStart != null">
                 and created_time <![CDATA[>]]> #{createdTimeStart}
             </if>
-            <if test="CreatedTimeEnd != null">
-                and created_time <![CDATA[<]]> #{CreatedTimeEnd}
+            <if test="createdTimeEnd != null">
+                and created_time <![CDATA[<]]> #{createdTimeEnd}
             </if>
             <if test="status != null">
                 and status = #{status}