Commit e113b02f by 墨竹

feat:sql报错

parent b5ee156c
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
<select id="listByWxEnterpriseId" resultMap="BaseResultMap" parameterType="java.lang.String"> <select id="listByWxEnterpriseId" resultMap="BaseResultMap" parameterType="java.lang.String">
select select
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from tab_haoban_staff from where tab_haoban_staff
wx_enterprise_id = #{wxEnterpriseId} wx_enterprise_id = #{wxEnterpriseId}
and status_flag = 1 and status_flag = 1
</select> </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