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

1.导出Dto类

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