|
@@ -30,7 +30,6 @@ public class ElectricClientInfoController {
|
|
|
@Autowired
|
|
|
private DataDictionaryService dataDictionaryService;
|
|
|
|
|
|
-
|
|
|
@ApiOperation(value="创建空记录")
|
|
|
@GetMapping("create")
|
|
|
public MessageResult<ElectricClientInfo> create(){
|
|
@@ -188,7 +187,7 @@ public class ElectricClientInfoController {
|
|
|
|
|
|
@ApiOperation(value="批量删除")
|
|
|
@PostMapping("batchDelete")
|
|
|
- public MessageResult<Integer> batchDelete(@RequestBody List<String> idList, @RequestAttribute String subject){
|
|
|
+ public MessageResult<Integer> batchDelete(@RequestBody List<String> idList,@RequestAttribute String subject){
|
|
|
MessageResult<Integer> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|
|
@@ -239,7 +238,6 @@ public class ElectricClientInfoController {
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
|
|
|
-
|
|
|
if (StringUtils.isNotEmpty(id)) {
|
|
|
searchParams.put("id","%" + id + "%");
|
|
|
}
|