@@ -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}
</select>