Commit f48d8853 by guojuxing

去除物理删除接口

parent b49fa9c1
......@@ -264,8 +264,8 @@
</foreach>
</update>
<delete id="updateStatusByEnterpriseId" parameterType="java.lang.Integer">
<update id="updateStatusByEnterpriseId" parameterType="java.lang.Integer">
delete from tab_enterprise_init
where enterprise_id = #{enterpriseId,jdbcType=INTEGER}
</delete>
</update>
</mapper>
\ No newline at end of file
......@@ -147,10 +147,10 @@
</foreach>
</insert>
<delete id="updateStatusByEnterpriseId">
<update id="updateStatusByEnterpriseId">
delete from tab_enterprise_license
where enterprise_id = #{enterpriseId,jdbcType=INTEGER}
</delete>
</update>
<select id="listByEnterpriseId" 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