Commit 7f9063a4 by qwmqiuwenmin

fix

parent ca8aaeb7
......@@ -526,6 +526,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
dto.setParentDepartmentId(pId);
dto.setChainId(chainId);
dto.setChainName(chainName);
dto.setSort(departmentDTO.getOrder());
dto.setIsStore(0);
this.departmentService.add(dto);
}
......
......@@ -96,6 +96,7 @@ public class StoreController extends WebBaseController{
StoreDTO storeDTO = storeService.getStore(dto.getRelatedId());
if(storeDTO != null ){
VO.setEnterpriseId(storeDTO.getEnterpriseId());
VO.setStoreImg(storeDTO.getImageUrl());//先置空
}
}
VO.setCreateTime(dto.getCreateTime());
......
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