Your Name лет назад: 2
Родитель
Сommit
26eea5ec18

+ 1 - 3
service-fee/src/main/java/com/java110/fee/bmo/impl/QueryOweFeeImpl.java

@@ -103,7 +103,7 @@ public class QueryOweFeeImpl implements IQueryOweFee {
                 );
 
                 tmpFeeDto.setVal(val);
-                if (tmpFeeDto.getOweFee() > 0) {
+                if (tmpFeeDto.getFeeTotalPrice() != 0) {
                     tmpFeeDtos.add(tmpFeeDto);
                 }
             } catch (Exception e) {
@@ -658,8 +658,6 @@ public class QueryOweFeeImpl implements IQueryOweFee {
     }
 
 
-
-
     private Map getTargetEndDateAndOweMonth(FeeDto feeDto) {
         Date targetEndDate = null;
         double oweMonth = 0.0;