租户id修正

This commit is contained in:
2026-04-29 20:49:53 +08:00
parent 68d0c7ea37
commit 6fc319ac64
4 changed files with 9 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ public interface ILbAssessmentApplyService extends IService<LbAssessmentApply> {
Map<String, Object> pageQuery(Integer current,
Integer size,
Long tenantId,
String tenantId,
String applicantName,
String applicantPhone,
String colleagueName,