| | |
| | | bill.setDeSum(data.getDeSum() == null ? 0.0 :data.getDeSum()); |
| | | |
| | | bill.setSettleWeight(data.getSettleWeight()); |
| | | if(data.getWet() != null && data.getWet() > 0){ |
| | | bill.setWet(data.getWet() +""); |
| | | } |
| | | if(data.getImpurity() != null && data.getImpurity() > 0){ |
| | | bill.setImpurity(data.getImpurity()+""); |
| | | } |
| | | // if(data.getWet() != null && data.getWet() > 0){ |
| | | // bill.setWet(data.getWet() +""); |
| | | // } |
| | | // if(data.getImpurity() != null && data.getImpurity() > 0){ |
| | | // bill.setImpurity(data.getImpurity()+""); |
| | | // } |
| | | |
| | | bill.setPrice(data.getPrice()== null ? "" :data.getPrice() + ""); |
| | | if(data.getSettleMoney() <= 0){ |