1; 查询条件

This commit is contained in:
wangshuai 2024-07-30 14:05:23 +08:00
parent e7ae1f1ccc
commit 3afeb2d8e2
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class BusSaleInfoController extends BaseController
if(!"admin".equals(SecurityUtils.getUsername())){
busSaleInfo.setCreateId(SecurityUtils.getUserId());
}
busSaleInfo.setDelStatus("1");
List<BusSaleInfo> list = busSaleInfoService.selectBusSaleInfoList(busSaleInfo);
return success(list);
}