Browse Source

财务派单列表筛选项修改

anderx 11 months ago
parent
commit
b716220d3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -1257,7 +1257,7 @@
         <if test="o.startSignTime != null and o.startSignTime != &quot;&quot; and o.endSignTime != null and o.endSignTime != &quot;&quot;">
             <bind name="e" value="o.startSignTime + ' 00:00:00'" />
             <bind name="f" value="o.endSignTime + ' 23:59:59'" />
-            and o.create_time between #{a,jdbcType=VARCHAR} and #{b,jdbcType=VARCHAR}
+            and o.sign_time between #{e,jdbcType=VARCHAR} and #{f,jdbcType=VARCHAR}
         </if>
     </sql>
     <select id="financeCount" parameterType="Map" resultType="java.lang.Integer">