|
@@ -558,7 +558,7 @@ public class InstallProduceDataUploadServiceImpl implements InstallProduceDataUp
|
|
|
installCJDetailFile.setOrderNo(ojtutl.getId());
|
|
|
detailFiles = orderDetailFileService.lambdaQuery()
|
|
|
.eq(OrderDetailFile::getOrderBaseId, ojtutl.getId())
|
|
|
- .isNull(OrderDetailFile::getBrandFilePath).list();
|
|
|
+ .eq(OrderDetailFile::getBrandFilePath,"").list();
|
|
|
for (OrderDetailFile file:detailFiles){
|
|
|
// 工单号, file的id即附件表的id,uuid统一值
|
|
|
// path未准备上传被忽略
|