Browse Source

获取客户限定项目情况

anderx 1 year ago
parent
commit
eedc8943cb

+ 1 - 1
src/main/java/com/goafanti/common/mapper/RestrictProjectMapper.xml

@@ -128,7 +128,7 @@
         select a.id pid ,b.id,a.bname projectName,b.type,b.lock_time lockTime,b.release_time releaseTime ,
                c.nickname userName ,d.name adminName,b.create_time createTime,b.uid,b.aid
         from business_project a
-                 left join restrict_project b on a.id =b.pid and b.uid =#{uid,jdbcType=VARCHAR} and b.aid= #{aid,jdbcType=VARCHAR}
+                 left join restrict_project b on a.id =b.pid and b.uid =#{uid,jdbcType=VARCHAR}
                  left join user c on b.uid=c.id left join admin d on b.aid=d.id
         where a.restrict_status =1
     </select>