@@ -234,7 +234,7 @@
select
<include refid="baseSql" />
from t_waybill_no
- where customerName = BINARY #{customerName,jdbcType=VARCHAR}
+ where customerName = BINARY #{customerName,jdbcType=VARCHAR} and billwayStatus =2
</select>
<update id="upDateCompany" parameterType="com.jkcredit.invoice.model.vo.CompanyVo">