|
@@ -121,18 +121,6 @@ public class TPssrPumpFillController extends BaseController {
|
|
|
entity.setDevNo(cellValue);
|
|
|
} else if (j == 2) {
|
|
|
entity.setLubricatingPart(cellValue);
|
|
|
- } else if (j == 3) {
|
|
|
- entity.setFillingComplete(cellValue);
|
|
|
- } else if (j == 4) {
|
|
|
- entity.setLubricatingLeak(cellValue);
|
|
|
- } else if (j == 5) {
|
|
|
- entity.setLiquidNormal(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());
|