|
|
@@ -1257,7 +1257,7 @@
|
|
|
<if test="o.startSignTime != null and o.startSignTime != "" and o.endSignTime != null and o.endSignTime != """>
|
|
|
<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">
|