|
|
@@ -284,7 +284,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
AND (v.create_no = #{createNo} or v.create_username like concat('%', #{createNo}, '%'))
|
|
|
</if>
|
|
|
<if test="orderSn != null and orderSn != ''">
|
|
|
- AND v.order_no = #{orderSn}
|
|
|
+ AND v.order_sn = #{orderSn}
|
|
|
</if>
|
|
|
AND v.credit_time > 0
|
|
|
|