Commit 6a37c7ed by fudahua

Merge remote-tracking branch 'origin/developer' into developer

parents fe521c80 e5c0d0f2
......@@ -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