Commit 2fbee225 by guojuxing

新建商户,前置资源接口错误,sql错误修正

parent e8a848a7
......@@ -133,7 +133,7 @@
update tab_enterprise_resource_rel set status = 0
where status = 1
and enterprise_id = #{enterpriseId}
and resource_code = {resourceCode}
and resource_code = #{resourceCode}
</update>
<select id="getByEnterpriseId" resultMap="BaseResultMap">
......
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