Commit 4414ec2d by kk

20532-视觉刷数据

parent b6c765ad
...@@ -443,6 +443,9 @@ public class PhotoProgressServiceImpl extends ServiceImpl<PhotoProgressMapper, P ...@@ -443,6 +443,9 @@ public class PhotoProgressServiceImpl extends ServiceImpl<PhotoProgressMapper, P
errorSkuList.add(p.getSku()); errorSkuList.add(p.getSku());
return; return;
} }
if (p.getSimpleVideoPhotography().equals(photoProgressPerson.getSimpleVideoPhotographerName())) {
return;
}
String number = photoMap.get(p.getSimpleVideoPhotography()); String number = photoMap.get(p.getSimpleVideoPhotography());
if (StringUtils.isEmpty(number)) { if (StringUtils.isEmpty(number)) {
errorSkuList.add(p.getSku() + "--" + p.getSimpleVideoPhotography()); errorSkuList.add(p.getSku() + "--" + p.getSimpleVideoPhotography());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment