1.调整查询分库列表sql

zhairh
x_z 3 years ago
parent 00917e51d8
commit e529d22acd

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