@@ -13,7 +13,7 @@ public interface PublicReleaseMapper {
int deleteByPrimaryKey(Integer id);
int insert(PublicRelease record);
-
+//<!-- <insert id="insertSelective" keyColumn="id" keyProperty="id" parameterType="com.goafanti.common.model.PublicRelease" useGeneratedKeys="true">-->
int insertSelective(PublicRelease record);
PublicRelease selectByPrimaryKey(Integer id);
@@ -75,7 +75,7 @@
#{type,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{updateStatus,jdbcType=INTEGER})
</insert>
-<!-- <insert id="insertSelective" keyColumn="id" keyProperty="id" parameterType="com.goafanti.common.model.PublicRelease" useGeneratedKeys="true">-->
+
<insert id="insertSelective" keyColumn="id" keyProperty="id" parameterType="com.goafanti.common.model.PublicRelease" useGeneratedKeys="true">
insert into public_release
<trim prefix="(" suffix=")" suffixOverrides=",">