Commit 0b32d083 by zhiwj

添加门店日志

parent 8508e07f
......@@ -545,7 +545,7 @@ public class StoreApiServiceImpl implements StoreApiService {
}
// 自定义属性
List<TabStoreExtend> extendList = storeExtendService.listByStoreInfoId(enterpriseId, storeId);
List<TabStoreExtend> extendList = storeExtendService.listByStoreInfoId(enterpriseId, storeDTO.getStoreInfoId());
List<StoreExtendDTO> extendDTOList = storeExtendService.convertStoreExtendToDTO(extendList);
storeDTO.setStoreExtendList(extendDTOList);
Integer fromEnterpriseId = storeDTO.getFromEnterpriseId();
......
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