【物料申请】制作大类201001电控柜及器件包英文描述选填
This commit is contained in:
parent
1b4ce3963a
commit
976e61abfb
|
|
@ -301,7 +301,7 @@ public class MaterialExcelService {
|
|||
excelEnt.setMaterialDescEn("Assembly before Shipment");
|
||||
}
|
||||
}
|
||||
if (!"201301".equals(excelEnt.getMaterialCategoryCode()) && ObjectUtil.isEmpty(excelEnt.getMaterialDescEn())) {
|
||||
if (!"201301".equals(excelEnt.getMaterialCategoryCode()) && !"201001".equals(excelEnt.getMaterialCategoryCode()) && ObjectUtil.isEmpty(excelEnt.getMaterialDescEn())) {
|
||||
materialDescEnMsgBuilder.append("第");
|
||||
materialDescEnMsgBuilder.append(counter);
|
||||
materialDescEnMsgBuilder.append("行名称为“");
|
||||
|
|
|
|||
Loading…
Reference in New Issue