|
@@ -375,7 +375,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
tmstruckWeightResult.setInsertUpdateRemark((String)codeMap.get("orderNumber"));
|
|
tmstruckWeightResult.setInsertUpdateRemark((String)codeMap.get("orderNumber"));
|
|
}
|
|
}
|
|
if(resultNetWeight != null && !"".equals(resultNetWeight) && codeMap.get("saleMaterialId") != null) {
|
|
if(resultNetWeight != null && !"".equals(resultNetWeight) && codeMap.get("saleMaterialId") != null) {
|
|
- codeMap.put("good",codeMap.get("goodspa") + "" + codeMap.get("good"));
|
|
|
|
|
|
+ codeMap.put("good",(codeMap.get("goodspa") + "" + codeMap.get("good")).replaceAll(" ",""));
|
|
BigDecimal materialId = tmstruckWeightResultMapper.getMaterialId(codeMap);
|
|
BigDecimal materialId = tmstruckWeightResultMapper.getMaterialId(codeMap);
|
|
if(materialId == null){
|
|
if(materialId == null){
|
|
throw new Exception("系统找不到该物资");
|
|
throw new Exception("系统找不到该物资");
|