| | |
| | | && productionProductMain.getAuditStatus() != null |
| | | && productionProductMain.getAuditStatus() == 1 |
| | | && productionProductMain.getReportType() != null |
| | | && productionProductMain.getReportType() == 0; |
| | | && (productionProductMain.getReportType() == 0 || productionProductMain.getReportType() == 1); |
| | | } |
| | | |
| | | private boolean isExcludedFromWage(ProductionProductMain productionProductMain) { |
| | | return productionProductMain != null |
| | | && productionProductMain.getReportType() != null |
| | | && productionProductMain.getReportType() != 0; |
| | | && productionProductMain.getReportType() != 0 |
| | | && productionProductMain.getReportType() != 1; |
| | | } |
| | | |
| | | @Override |