Commit 032d23cd by 田超

Merge branch 'feature/crm' into 'master'

[crm]增加获取所有广告主内部接口(实现类增加mapping)

See merge request rays/pcloud-book!1351
parents d029bc04 eba9f0ad
......@@ -113,6 +113,7 @@ public class AdvertisingSpaceServiceImpl implements AdvertisingSpaceService {
}
@Override
@GetMapping("getAllMaster")
public ResponseEntity<ResponseDto<List<AdvertisingMasterBaseDTO>>> getAllMasterBaseInfo() throws BizException {
List<AdvertisingMasterDTO> allMaster = advertisingSpaceBiz.getAllMaster();
ArrayList<AdvertisingMasterBaseDTO> dtoList = new ArrayList<>();
......
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