Przeglądaj źródła

研发打卡修改

anderx 2 lat temu
rodzic
commit
3a9d3a2a1c

+ 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>