|
|
@ -79,7 +79,6 @@ public class GridController { |
|
|
|
public Result editGrid(@LoginUser TokenDto tokenDto, @RequestBody EditGridFormDTO editGridFormDTO){ |
|
|
|
ValidatorUtils.validateEntity(editGridFormDTO, EditGridFormDTO.EditGrid.class); |
|
|
|
editGridFormDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
log.error("s",editGridFormDTO.getSort()); |
|
|
|
Result result = customerGridService.editGrid(tokenDto,editGridFormDTO); |
|
|
|
|
|
|
|
//2021-10-18 推送mq,数据同步到中介库 start
|
|
|
|