|
|
|
@ -324,7 +324,7 @@ public class PlateGoodsRecordServiceImpl extends BaseServiceImpl<PlateGoodsRecor |
|
|
|
abilityName = DictCache.getValue("ProcessCapabilityType",craftAbility.getWxLimit()); |
|
|
|
abilityName = DictCache.getValue("ProcessCapabilityType",craftAbility.getWxLimit()); |
|
|
|
log.info("获取到的工艺名称是:"+abilityName); |
|
|
|
log.info("获取到的工艺名称是:"+abilityName); |
|
|
|
if(StringUtils.isNotEmpty(abilityName)){ |
|
|
|
if(StringUtils.isNotEmpty(abilityName)){ |
|
|
|
if(abilityName.contains("镀金") || abilityName.contains("镀银")){ |
|
|
|
if(abilityName.contains("镀金") || abilityName.contains("镀厚金") || abilityName.contains("镀银")){ |
|
|
|
localArea = craftAbility.getLocalArea().doubleValue(); |
|
|
|
localArea = craftAbility.getLocalArea().doubleValue(); |
|
|
|
isContains = true; |
|
|
|
isContains = true; |
|
|
|
break; |
|
|
|
break; |
|
|
|
@ -351,7 +351,7 @@ public class PlateGoodsRecordServiceImpl extends BaseServiceImpl<PlateGoodsRecor |
|
|
|
isThickness = true; |
|
|
|
isThickness = true; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if(h1 == null){ |
|
|
|
if(h1 == null || h1 == 0){ |
|
|
|
String matCode = dsPart.getPlateCode(); |
|
|
|
String matCode = dsPart.getPlateCode(); |
|
|
|
if(StringUtils.isEmpty(matCode)){ |
|
|
|
if(StringUtils.isEmpty(matCode)){ |
|
|
|
//根据配置码查询镀种信息
|
|
|
|
//根据配置码查询镀种信息
|
|
|
|
|