生成合同

This commit is contained in:
1073413548 2024-08-29 19:13:51 +08:00
parent 642b91ba4f
commit e3b65935cd

View File

@ -23,8 +23,8 @@ import java.util.List;
public interface PsCustomInfoMapper extends BaseMapperPlus<PsCustomInfo, PsCustomInfoVo> {
@DataPermission({
@DataColumn(key = "deptName", value = "dept_id"),
@DataColumn(key = "userName", value = "user_id")
@DataColumn(key = "deptName", value = "create_dept"),
@DataColumn(key = "userName", value = "custom_manager")
})
List<PsCustomInfo> selectList(@Param(Constants.WRAPPER) Wrapper<PsCustomInfo> queryWrapper);