|
@@ -118,17 +118,7 @@ public class TPssrNitrogenController extends BaseController {
|
|
|
} else if (j == 2) {
|
|
|
entity.setSampleName(cellValue);
|
|
|
} else if (j == 3) {
|
|
|
- entity.setOxygen(cellValue);
|
|
|
- } else if (j == 4) {
|
|
|
- entity.setDewPoint(cellValue);
|
|
|
- } else if (j == 5) {
|
|
|
entity.setDewPointValue(cellValue);
|
|
|
- } else if (j == 6) {
|
|
|
- if (cellValue.length() > 3) {
|
|
|
- entity.setConfirmationDate(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
|
- }
|
|
|
- } else if (j == 7) {
|
|
|
- entity.setRemarks(cellValue);
|
|
|
}
|
|
|
}
|
|
|
entity.setCreaterCode(userId.toString());
|