|
@@ -182,7 +182,7 @@ public class ProductionWorkOrderServiceImpl extends ServiceImpl<ProductionWorkOr
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (StrUtil.isAllNotBlank(workOrderDetail.getImgPath(), workOrderDetail.getFilePath())) {
|
|
|
+ if (StrUtil.isAllBlank(workOrderDetail.getImgPath(), workOrderDetail.getFilePath())) {
|
|
|
workOrderDetail.setImgPath(orderSku.getBlueprint().replace("https://os.winfaster.cn/sd/", "")
|
|
|
.replace("test/", "")
|
|
|
.replace("prod/", "")
|