Commit 7dad755e authored by huyuchen's avatar huyuchen

huych-电子档案批量导入第五次提交

parent 97715782
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
FROM t_electronic_archive_detail a FROM t_electronic_archive_detail a
<where> <where>
a.DELETE_FLAG = '0' a.DELETE_FLAG = '0' and a.STATUS = '1'
<include refid="tElectronicArchiveDetail_where"/> <include refid="tElectronicArchiveDetail_where"/>
</where> </where>
ORDER BY a.CREATE_TIME DESC ORDER BY a.CREATE_TIME DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment