@@ -248,6 +248,7 @@
WHERE t1.DELETE_FLAG ='NOT_DELETE'
<if test="id!=null and id != ''">
and t1.ID =#{id}
+
</if>
</select>