fix: 81655 年度制修订计划-零部件名称应该是多选的
This commit is contained in:
@@ -448,7 +448,7 @@ public class ExcelUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 检查工作组
|
// 检查工作组
|
||||||
if (!excelUtils.validDict("code", value, "laws_part_name", "name", true, listDict)) {
|
if (!excelUtils.validDict("name", value, "laws_part_name", "code", false, listDict)) {
|
||||||
return "'零部件名称'无效。";
|
return "'零部件名称'无效。";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
Reference in New Issue
Block a user