|
|
|
@ -5988,7 +5988,7 @@ Ext.extend(Shipping.MsChPayAppSettlementEdit, Ext.Panel, {
|
|
|
|
|
sql = sql + getAndConSql(sql, Currency, " AMOUNTRMB<>0 ");
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
sql = sql + getAndConSql(sql, Currency, "exists(select 1 from ch_fee_do where BILLNO = cm.BILLNO and CURRENCY = '" + Currency +"') and AMOUNTOT<>0");
|
|
|
|
|
sql = sql + getAndConSql(sql, Currency, " exists(select 1 from ch_fee_do where BILLNO = cm.BILLNO and CURRENCY = '" + Currency +"') and AMOUNTOT<>0");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|