Commit 4450fa9b by zhangxingmin

push

parent 5ba08b68
......@@ -45,7 +45,7 @@
AND as1.payment_term = #{request.paymentTerm}
</if>
<if test="request.effectiveDate != null">
AND #{request.effectiveDate} BETWEEN acr.effective_start AND acr.effective_end
AND DATE(#{request.effectiveDate}) BETWEEN DATE(acr.effective_start) AND DATE(acr.effective_end)
</if>
</where>
ORDER BY acr.effective_start DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment