|
@@ -106,24 +106,6 @@ public class TPssrSafetyBrustController extends BaseController {
|
|
entity.setSafetyDev(cellValue);
|
|
entity.setSafetyDev(cellValue);
|
|
} else if (j == 3) {
|
|
} else if (j == 3) {
|
|
entity.setInstallLocation(cellValue);
|
|
entity.setInstallLocation(cellValue);
|
|
- } else if (j == 4) {
|
|
|
|
- entity.setInstallAccuracy(cellValue);
|
|
|
|
- } else if (j == 5) {
|
|
|
|
- entity.setRightDirection(cellValue);
|
|
|
|
- } else if (j == 6) {
|
|
|
|
- entity.setPutUse(cellValue);
|
|
|
|
- } else if (j == 7) {
|
|
|
|
- entity.setSetPressure(cellValue);
|
|
|
|
- } else if (j == 8) {
|
|
|
|
- entity.setUniformPressure(cellValue);
|
|
|
|
- } else if (j == 9) {
|
|
|
|
- entity.setIs0kpa(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());
|
|
entity.setCreaterCode(userId.toString());
|