|
@@ -176,6 +176,9 @@
|
|
|
<if test="partId !=null and partId != ''">
|
|
<if test="partId !=null and partId != ''">
|
|
|
, t.obj_type= #{partId}
|
|
, t.obj_type= #{partId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="oLink !=null and oLink != ''">
|
|
|
|
|
+ , t.link= #{oLink}
|
|
|
|
|
+ </if>
|
|
|
where 1=1
|
|
where 1=1
|
|
|
<if test="acctId !=null and acctId != ''">
|
|
<if test="acctId !=null and acctId != ''">
|
|
|
and t.acct_id= #{acctId}
|
|
and t.acct_id= #{acctId}
|
|
@@ -252,8 +255,8 @@
|
|
|
<if test="acctName !=null and acctName != ''">
|
|
<if test="acctName !=null and acctName != ''">
|
|
|
t.acct_name= #{acctName},
|
|
t.acct_name= #{acctName},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="link !=null and link != ''">
|
|
|
|
|
- t.link= #{link},
|
|
|
|
|
|
|
+ <if test="oLink !=null and oLink != ''">
|
|
|
|
|
+ t.link= #{oLink},
|
|
|
</if>
|
|
</if>
|
|
|
</set>
|
|
</set>
|
|
|
where 1=1
|
|
where 1=1
|