소스 검색

sql字段名写错了

yang 4 년 전
부모
커밋
455bd2177f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lift-business-service/src/main/resources/mapper/maintenance/MaintenancePlanMapper.xml

+ 1 - 1
lift-business-service/src/main/resources/mapper/maintenance/MaintenancePlanMapper.xml

@@ -57,7 +57,7 @@
 		mp.plan_date                AS planDate,
 		l.id                        AS liftId,
 		l.registration_code         AS registrationCode,
-		l.user_company_code         AS devicePosition,
+		l.use_company_code          AS devicePosition,
 		plr.id                      AS relevanceId,
 		plr.mt_company_id           AS mtCompanyId,
 		plr.worker_id               AS workerId,