Commit 3f23a419 authored by shiyu's avatar shiyu

商品详情2

parent 1dbaa118
...@@ -100,6 +100,8 @@ public class SupplierItemServiceImpl implements SupplierItemService { ...@@ -100,6 +100,8 @@ public class SupplierItemServiceImpl implements SupplierItemService {
} else { } else {
itemId = distributorShareRecord.getItemId(); itemId = distributorShareRecord.getItemId();
} }
} else {
itemId = dto.getId();
} }
} else { } else {
itemId = dto.getId(); itemId = dto.getId();
......
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