This commit is contained in:
Lemon
2023-08-08 16:57:32 +08:00
parent a6d45d1c4f
commit 2e175466b0

View File

@@ -120,6 +120,8 @@ public class PileBasicInfoController extends BaseController {
* @param pileBasicInfo
* @return
*/
@PreAuthorize("@ss.hasPermi('pile:basic:edit')")
@Log(title = "设备管理", businessType = BusinessType.UPDATE)
@PostMapping("/updatePileName")
public RestApiResponse<?> updatePileName(@RequestBody PileBasicInfo pileBasicInfo) {
logger.info("修改桩别名 params:{}", JSONObject.toJSONString(pileBasicInfo));