批量青苔设置

This commit is contained in:
张松
2025-11-11 09:32:22 +08:00
parent 263bb20f1d
commit e7590bda2d

View File

@@ -96,7 +96,7 @@ public class ShopTableController {
* 权限标识: shopTable:edit
* @return 是否成功
*/
@PutMapping
@PutMapping("/batch")
public CzgResult<Boolean> editBatch(@RequestBody @Validated ShopTableEditBatchDTO shopTableDTO) {
UpdateChain<ShopTable> query = shopTableService.updateChain().eq(ShopTable::getShopId, StpKit.USER.getShopId());
if (shopTableDTO.getClearTime() != null) {