Commit 3136fd89 by guojuxing

status改成delete_flag

parent 8f1242e7
......@@ -12,13 +12,6 @@ import java.util.List;
* @date 2020/9/7 10:35 AM

*/
public interface TabUpdateTipsMapper {
/**
* 根据主键删除
*
* @param updateTipsId 主键
* @return 更新条目数
*/
int deleteByPrimaryKey(Integer updateTipsId);
/**
* 插入一条记录
......
......@@ -17,10 +17,7 @@
from tab_update_tips
where update_tips_id = #{updateTipsId,jdbcType=INTEGER}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
delete from tab_update_tips
where update_tips_id = #{updateTipsId,jdbcType=INTEGER}
</delete>
<insert id="insert" parameterType="com.gic.cloud.entity.TabUpdateTips">
insert into tab_update_tips (update_tips_id, user_id, business_id,
show_status, type)
......
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