|
|
@@ -13,9 +13,9 @@ public interface PublicReleaseMapper {
|
|
|
int deleteByPrimaryKey(Integer id);
|
|
|
|
|
|
int insert(PublicRelease record);
|
|
|
- /**需要获取id
|
|
|
+ /** 需要获取id
|
|
|
* <insert id="insertSelective" keyColumn="id" keyProperty="id" parameterType="com.goafanti.common.model.PublicRelease" useGeneratedKeys="true">
|
|
|
- */
|
|
|
+ */
|
|
|
int insertSelective(PublicRelease record);
|
|
|
|
|
|
PublicRelease selectByPrimaryKey(Integer id);
|