|
@@ -119,20 +119,6 @@ public class TPssrAirtightController extends BaseController {
|
|
entity.setAirtightMedium(cellValue);
|
|
entity.setAirtightMedium(cellValue);
|
|
}else if (j == 3) {
|
|
}else if (j == 3) {
|
|
entity.setAirtightPressure(cellValue);
|
|
entity.setAirtightPressure(cellValue);
|
|
- } else if (j == 4) {
|
|
|
|
- entity.setInitialPressure(cellValue);
|
|
|
|
- } else if (j == 5) {
|
|
|
|
- entity.setFinalPressure(cellValue);
|
|
|
|
- } else if (j == 6) {
|
|
|
|
- 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));
|
|
|
|
- }
|
|
|
|
- } else if (j == 9) {
|
|
|
|
- entity.setRemarks(cellValue);
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
entity.setCreaterCode(userId.toString());
|
|
entity.setCreaterCode(userId.toString());
|