|
@@ -120,6 +120,9 @@
|
|
|
<if test="statusCd !=null and statusCd != ''">
|
|
<if test="statusCd !=null and statusCd != ''">
|
|
|
and t.status_cd= #{statusCd}
|
|
and t.status_cd= #{statusCd}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="statusCd ==null or statusCd == ''">
|
|
|
|
|
+ and t.status_cd= '0'
|
|
|
|
|
+ </if>
|
|
|
<if test="remark !=null and remark != ''">
|
|
<if test="remark !=null and remark != ''">
|
|
|
and t.remark= #{remark}
|
|
and t.remark= #{remark}
|
|
|
</if>
|
|
</if>
|