Commit 4164e516 by zhiwj

bug

parent 99509d94
......@@ -386,7 +386,7 @@ public class StoreApiServiceImpl implements StoreApiService {
storeDTO.setStoreGroupId(Integer.valueOf(groupId));
} else {
// 未命中
if (storeDTO.getStoreGroupId() != null) {
if (storeDTO.getStoreGroupId() == null) {
TabStoreGroup group = storeGroupService.selectUnGroupedStore(storeDTO.getEnterpriseId());
storeDTO.setStoreGroupId(group.getStoreGroupId());
}
......
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