Browse Source

已完成量

zhangyuewww 3 years ago
parent
commit
bea6b6617c

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

@@ -830,7 +830,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
                 cell.setCellValue(editString(contractManagementInfo.getSeller()));
                 cell.setCellStyle(styleDetail);
                 cell = rowx.createCell(10);
-                cell.setCellValue(editFloat(contractManagementInfo.getImperfectGrain()));
+                cell.setCellValue(editFloat(contractManagementInfo.getCompletedQuantity()));
                 cell.setCellStyle(styleDetail);
                 cell = rowx.createCell(11);
                 cell.setCellValue(editString(contractManagementInfo.getStatus()));