|
|
@ -155,9 +155,6 @@
|
|
|
|
<if test="isDisable == false">
|
|
|
|
<if test="isDisable == false">
|
|
|
|
AND (basic_udirel.isDisable is null or basic_udirel.isDisable = false )
|
|
|
|
AND (basic_udirel.isDisable is null or basic_udirel.isDisable = false )
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="companyName != '' and companyName != null">
|
|
|
|
|
|
|
|
AND basic_corp.name = #{companyName}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
ORDER BY basic_udirel.updateTime DESC
|
|
|
|
ORDER BY basic_udirel.updateTime DESC
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|