Commit 1cd65e53 authored by 高宇's avatar 高宇

1.导出Dto类

parent 98a0e20f
...@@ -138,13 +138,13 @@ ...@@ -138,13 +138,13 @@
</foreach> </foreach>
</if> </if>
<if test="entity.khm != null and entity.khm != ''"> <if test="entity.khm != null and entity.khm != ''">
and ddh in and khm in
<foreach collection="entity.khm.split(',')" separator="," item="item" open="(" close=")"> <foreach collection="entity.khm.split(',')" separator="," item="item" open="(" close=")">
#{item} #{item}
</foreach> </foreach>
</if> </if>
<if test="entity.pn != null and entity.pn != ''"> <if test="entity.pn != null and entity.pn != ''">
and ddh in and pn in
<foreach collection="entity.pn.split(',')" separator="," item="item" open="(" close=")"> <foreach collection="entity.pn.split(',')" separator="," item="item" open="(" close=")">
#{item} #{item}
</foreach> </foreach>
...@@ -239,13 +239,13 @@ ...@@ -239,13 +239,13 @@
</foreach> </foreach>
</if> </if>
<if test="entity.khm != null and entity.khm != ''"> <if test="entity.khm != null and entity.khm != ''">
and ddh in and khm in
<foreach collection="entity.khm.split(',')" separator="," item="item" open="(" close=")"> <foreach collection="entity.khm.split(',')" separator="," item="item" open="(" close=")">
#{item} #{item}
</foreach> </foreach>
</if> </if>
<if test="entity.pn != null and entity.pn != ''"> <if test="entity.pn != null and entity.pn != ''">
and ddh in and pn in
<foreach collection="entity.pn.split(',')" separator="," item="item" open="(" close=")"> <foreach collection="entity.pn.split(',')" separator="," item="item" open="(" close=")">
#{item} #{item}
</foreach> </foreach>
......
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