ccjgmwz vor 3 Jahren
Ursprung
Commit
97649b69a8

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/PaymentManagementServiceImpl.java

@@ -1068,7 +1068,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
                 cell.setCellValue(new Formatter().format("%.2f", editFloat(paymentManagement1.getWeightDeduction())).toString());
                 cell.setCellStyle(styleDetail);
                 cell = rowx.createCell(14);
-                cell.setCellValue(new Formatter().format("%.1f", editFloat(paymentManagement1.getAmountIngPayable())).toString());
+                cell.setCellValue(new Formatter().format("%.2f", editFloat(paymentManagement1.getAmountIngPayable())).toString());
                 cell.setCellStyle(styleDetail);
                 cell = rowx.createCell(15);
                 cell.setCellValue(editFloat(paymentManagement1.getAmountEdPayable()));