|
@@ -119,6 +119,8 @@ 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.setStandard(cellValue);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
entity.setCreaterCode(userId.toString());
|
|
entity.setCreaterCode(userId.toString());
|