This commit is contained in:
Lemon
2023-11-04 09:01:37 +08:00
6 changed files with 80 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ public class PileMerchantInfoController extends BaseController {
* @param pileMerchantInfo
* @return
*/
@PreAuthorize("@ss.hasPermi('pile:merchant:list')")
// @PreAuthorize("@ss.hasPermi('pile:merchant:list')")
@GetMapping("/getMerchantList")
public TableDataInfo getMerchantList(PileMerchantInfo pileMerchantInfo) {
List<PileMerchantInfo> list = pileMerchantInfoService.selectPileMerchantInfoListWithAuth(pileMerchantInfo);