mybatis中的sql语句中的有两个判定条件,能否迭代?
为梦想起飞 2013-08-14 04:31:48 比如下面的语句正常吗:
<isNotEqual property="managerType" compareValue="JOBLOG">
<isNotEqual property="managerType" compareValue="GUMUSER" prepend="and">
t.userid = t1.userid(+)
</isNotEqual>
</isNotEqual>