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