This commit is contained in:
guohb
2024-04-12 14:45:22 +08:00
parent 0d446446b0
commit d4a24069b7
4 changed files with 12 additions and 12 deletions

View File

@@ -12,8 +12,8 @@ import java.util.List;
public interface AuditStatusMapper extends Mapper<AuditStatusDO> {
List<CheckListResponse> checkList(@Param("keyWord") String partnerNameOrPhone,
@Param("startTime") Date startTime,
@Param("endTime") Date endTime,
@Param("startTime") String startTime,
@Param("endTime") String endTime,
@Param("region") String region,
@Param("checkStatus") Integer checkStatus,
@Param("checkStage") Integer checkStage,