|
@@ -64,7 +64,7 @@ public class MachineControlController {
|
|
*/
|
|
*/
|
|
@RequestMapping("/selectBox")
|
|
@RequestMapping("/selectBox")
|
|
public Result selectBox4add(){
|
|
public Result selectBox4add(){
|
|
- List<String> zsList = machineControlService.selectBox4add();
|
|
|
|
|
|
+ List<Map<String,Object>> zsList = machineControlService.selectBox4add();
|
|
return new Result(ResultCode.SUCCESS,zsList);
|
|
return new Result(ResultCode.SUCCESS,zsList);
|
|
}
|
|
}
|
|
|
|
|