修改bug

master
wangwei 2 years ago
parent 8c8291c5d8
commit 1a9bc3856c

@ -854,8 +854,9 @@
AND nameCode = #{nameCode} AND nameCode = #{nameCode}
</if> </if>
<if test="isDisable != null"> <if test="isDisable != null">
AND isUseDy = #{isDisable} AND isDisable = #{isDisable}
</if> </if>
</where> </where>
group by basic_udirel.id group by basic_udirel.id

Loading…
Cancel
Save