浏览代码

研发打卡修改

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>