Commit f9025892 by huangjy

fix: 修复bug

parent ec5efaa4
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
AND pb.status = #{dto.status} AND pb.status = #{dto.status}
</if> </if>
<if test="dto.orgId != null and dto.orgId != ''"> <if test="dto.orgId != null and dto.orgId != ''">
AND ps.orgId = #{orgId} AND ps.org_id = #{dto.orgId}
</if> </if>
</where> </where>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment