|
@@ -413,10 +413,10 @@
|
|
|
and b.orderstatus = #{orderstatus}
|
|
and b.orderstatus = #{orderstatus}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="startDate != null ">
|
|
<if test="startDate != null ">
|
|
|
- and a.signing_time >= #{startDate}
|
|
|
|
|
|
|
+ and b.signing_time >= #{startDate}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="endDate != null ">
|
|
<if test="endDate != null ">
|
|
|
- and a.signing_time <= #{endDate}
|
|
|
|
|
|
|
+ and b.signing_time <= #{endDate}
|
|
|
</if>
|
|
</if>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|