Commit f48d8853 by guojuxing

去除物理删除接口

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