|
@@ -123,9 +123,9 @@ public class TPssrAirtightController extends BaseController {
|
|
|
} else if (j == 5) {
|
|
|
entity.setFinalPressure(cellValue);
|
|
|
} else if (j == 6) {
|
|
|
- entity.setLeakageRate(cellValue);
|
|
|
- } else if (j == 7) {
|
|
|
entity.setStandard(cellValue);
|
|
|
+ } else if (j == 7) {
|
|
|
+ entity.setUptoStandard(cellValue);
|
|
|
} else if (j == 8) {
|
|
|
if (cellValue.length() > 3) {
|
|
|
entity.setConfirmationDate(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|