Commit 73370e62 by zhiwj

修改bug

parent 61e09438
......@@ -314,6 +314,7 @@
select
<include refid="Base_Column_List" />
from tab_clerk
<where>
<if test="enterpriseId != null ">
and enterprise_id = #{enterpriseId}
</if>
......@@ -323,6 +324,7 @@
#{item}
</foreach>
</if>
</where>
</select>
<select id="getClerkByCode" resultMap="BaseResultMap">
select
......
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