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>