소스 검색

fix 数据确认

32197351@qq.com 2 년 전
부모
커밋
7aef743119
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      itdmServer/module-iTDM/src/main/java/org/jeecg/modules/itdmGongDan/mapper/xml/ItdmTestPlanMapper.xml

+ 1 - 1
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/itdmGongDan/mapper/xml/ItdmTestPlanMapper.xml

@@ -44,7 +44,7 @@
 
         select c.extra_pic
         from itdm_gongdan_image as c
-        where b.weituo_id =#{weituoId}
+        where c.weituo_id =#{weituoId}
         and c.extra_pic is not null
 
     </select>