修改bug
This commit is contained in:
parent
31f57574e0
commit
b38bf4bd11
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue