|
@@ -32,7 +32,7 @@
|
|
|
parameterType="java.lang.Integer">
|
|
|
select id ,email_id, file_name, file_path,
|
|
|
isvalid, creatorid, createtime, updaterid, updatetime
|
|
|
- from PPW_EMAIL.email_file_info where email_id=#{emailId} and isvalid=1 and file_name not like '%html'
|
|
|
+ from PPW_EMAIL.email_file_info where email_id=#{emailId} and isvalid=1
|
|
|
</select>
|
|
|
|
|
|
<select id="queryByEmailId" resultMap="BaseResultMap">
|