Commit ff159578 by zhiwj

代码结构调整

parent bded69d7
......@@ -353,8 +353,8 @@
from tab_clerk
where
store_info_id = #{storeInfoId}
<if test="enterprise_id != null ">
and enterprise_id = #{enterprise_id}
<if test="enterpriseId != null ">
and enterprise_id = #{enterpriseId}
</if>
and position_id = 1
limit 1
......
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