Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
6a44adda3c
|
|
@ -109,7 +109,6 @@ public class PmSubTeamController extends BaseController {
|
||||||
/**
|
/**
|
||||||
* 分包班组信息列表
|
* 分包班组信息列表
|
||||||
*/
|
*/
|
||||||
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("sub:team:list"))
|
|
||||||
@GetMapping("/listAll")
|
@GetMapping("/listAll")
|
||||||
@SysLog(title = "分包班组信息管理", businessType = OperaType.QUERY, logType = 0, module = "分包班组信息管理->分包班组信息列表")
|
@SysLog(title = "分包班组信息管理", businessType = OperaType.QUERY, logType = 0, module = "分包班组信息管理->分包班组信息列表")
|
||||||
public TableDataInfo listAll(PmSubTeam pmSubTeam) {
|
public TableDataInfo listAll(PmSubTeam pmSubTeam) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue