批量青苔设置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user