|
@@ -309,13 +309,11 @@ public class TPlantproglistController extends BaseController
|
|
|
entity.setClassify(p.getDictValue());
|
|
|
}
|
|
|
}//分级
|
|
|
- } else if (j == 13) {
|
|
|
- entity.setVersionKzs(cellValue); //控制室版本
|
|
|
- } else if (j == 14) {
|
|
|
+ } else if (j == 13) {
|
|
|
entity.setVersionPan(cellValue);//公共盘版本
|
|
|
- } else if (j == 15) {
|
|
|
+ } else if (j == 14) {
|
|
|
entity.setRemarks(cellValue);//备注
|
|
|
- } else if (j == 16) {
|
|
|
+ } else if (j == 15) {
|
|
|
for (SysDept d : dept) {
|
|
|
if (d.getDeptName().equals(cellValue.trim())) {
|
|
|
entity.setDeptId(d.getDeptId());//部门编号
|