|
@@ -818,11 +818,11 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
|
|
int charge = tWarehousebillsfeesMapper.selectCharge(fId);
|
|
int charge = tWarehousebillsfeesMapper.selectCharge(fId);
|
|
// 查询付费
|
|
// 查询付费
|
|
int pay = tWarehousebillsfeesMapper.selectPay(fId);
|
|
int pay = tWarehousebillsfeesMapper.selectPay(fId);
|
|
- if(reconciliation <=0 ){
|
|
|
|
|
|
+ if(reconciliation >0 ){
|
|
return 1;
|
|
return 1;
|
|
- }else if(charge <=0){
|
|
|
|
|
|
+ }else if(charge >0){
|
|
return 2;
|
|
return 2;
|
|
- }else if(pay <=0){
|
|
|
|
|
|
+ }else if(pay >0){
|
|
return 3;
|
|
return 3;
|
|
}else {
|
|
}else {
|
|
return 4;
|
|
return 4;
|