修改bug

This commit is contained in:
yangjun 2025-12-15 14:19:30 +08:00
parent 31f57574e0
commit b38bf4bd11
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class NuInvoicingPddMainServiceImpl extends ServiceImpl<NuInvoicingPddMai
int pdsl = nuInvoicingPddInfo.getPdsl();
if(pdsl > kcsl){
nuInvoicingPddInfo.setPdType("1");
}else{
}else if(pdsl < kcsl){
nuInvoicingPddInfo.setPdType("2");
}
nuInvoicingPddInfo.setCesl(Math.abs(pdsl-kcsl));