소스 검색

研发打卡修改

anderx 2 년 전
부모
커밋
3a9d3a2a1c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ruoyi-system/src/main/resources/mapper/project/ProjectStaffRecordMapper.xml

+ 2 - 2
ruoyi-system/src/main/resources/mapper/project/ProjectStaffRecordMapper.xml

@@ -226,10 +226,10 @@
     from project_staff_record
     where 1=1
     <if test="pid !=null">
-      and a.pid= #{pid}
+      and pid= #{pid}
     </if>
     <if test="aid != null">
-      and a.aid = #{aid}
+      and aid = #{aid}
     </if>
 
   </select>