|
@@ -35,7 +35,6 @@ public class DitchController {
|
|
|
public Result<List<AgentDitchView>> list(@RequestBody DitchListForIosParam param) {
|
|
public Result<List<AgentDitchView>> list(@RequestBody DitchListForIosParam param) {
|
|
|
param.setAppId(param.getAppId());
|
|
param.setAppId(param.getAppId());
|
|
|
DitchListParam ditchListParam = new DitchListParam();
|
|
DitchListParam ditchListParam = new DitchListParam();
|
|
|
- ditchListParam.setAppId(param.getAppId());
|
|
|
|
|
return Result.resultOk(RepMessage.QUERY_SUCCESS, agentDitchService.ditchList(ditchListParam));
|
|
return Result.resultOk(RepMessage.QUERY_SUCCESS, agentDitchService.ditchList(ditchListParam));
|
|
|
}
|
|
}
|
|
|
|
|
|