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