@@ -721,7 +721,7 @@
select
<include refid="Base_Column_List" />
from public_release
- where status in (0,1,2,4)
+ where status in (1,2)
and order_no= #{orderNo}
</select>
<select id="selectMyNewPublic" resultMap="BaseResultMap">