|
@@ -105,25 +105,9 @@ public class TPssrSafetyBreathController extends BaseController {
|
|
|
} else if (j == 2) {
|
|
|
entity.setDevNo(cellValue);
|
|
|
} else if (j == 3) {
|
|
|
- entity.setVerify(cellValue);
|
|
|
- } else if (j == 4) {
|
|
|
- entity.setInValidity(cellValue);
|
|
|
- } else if (j == 5) {
|
|
|
entity.setInstallLocation(cellValue);
|
|
|
- } else if (j == 6) {
|
|
|
- entity.setInstallAccuracy(cellValue);
|
|
|
- } else if (j == 7) {
|
|
|
- entity.setPutUse(cellValue);
|
|
|
- } else if (j == 8) {
|
|
|
+ } else if (j == 4) {
|
|
|
entity.setSetPressure(cellValue);
|
|
|
- } else if (j == 9) {
|
|
|
- entity.setUniformPressure(cellValue);
|
|
|
- } else if (j == 10) {
|
|
|
- if (cellValue.length() > 3) {
|
|
|
- entity.setConfirmationTime(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
|
- }
|
|
|
- } else if (j == 11) {
|
|
|
- entity.setRemarks(cellValue);
|
|
|
}
|
|
|
}
|
|
|
entity.setCreaterCode(userId.toString());
|