|
|
@@ -61,7 +61,7 @@ public class AgentDitchController {
|
|
|
@PostMapping("/updateOne")
|
|
|
public Result<?> updateOne(@RequestBody AgentDitchParam param){
|
|
|
YtDitch ytDitch = new YtDitch();
|
|
|
- ytDitch.setAppType(param.getAppType());
|
|
|
+ ytDitch.setAppType(param.getDitchType());
|
|
|
ytDitch.setDitchName(param.getDitchName());
|
|
|
ytDitch.setDitchId(param.getDitchId());
|
|
|
return agentDitchService.updateOne(ytDitch);
|