Your Name 2 vuotta sitten
vanhempi
commit
d61bfbaab6

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

@@ -103,7 +103,7 @@ public class QueryOweFeeImpl implements IQueryOweFee {
                 );
                 );
 
 
                 tmpFeeDto.setVal(val);
                 tmpFeeDto.setVal(val);
-                if (tmpFeeDto.getFeePrice() > 0) {
+                if (tmpFeeDto.getOweFee() > 0) {
                     tmpFeeDtos.add(tmpFeeDto);
                     tmpFeeDtos.add(tmpFeeDto);
                 }
                 }
             } catch (Exception e) {
             } catch (Exception e) {