qin 1 vuosi sitten
vanhempi
commit
8087bb75b5

+ 1 - 1
src/main/java/com/poteviohealth/ym/ipos/controller/feign/IposFeignController.java

@@ -322,7 +322,7 @@ public class IposFeignController extends BaseFeignController {
                     }
 
                     if(detail.getPrice()>0L){
-                        ptyysAmount = ptyysAmount.add(new BigDecimal(detail.getPrice()).subtract(tzAmount).subtract(stationAmount));
+                        ptyysAmount = ptyysAmount.add(new BigDecimal(detail.getPrice()));
                     }
                 }
             }