1.调整查询分库列表sql

zhairh
x_z 3 years ago
parent 00917e51d8
commit e529d22acd

@ -251,6 +251,9 @@
<if test="userId != null">
AND c.userId = #{userId}
</if>
<if test="pcode != null and pcode != ''">
AND a.parentId = #{pcode}
</if>
</where>
</select>
</mapper>
Loading…
Cancel
Save