浏览代码

修改公出申请接口修改,避免公出时段重复

anderx 3 年之前
父节点
当前提交
13a00d7d1a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/goafanti/common/dao/PublicReleaseMapper.java

+ 2 - 2
src/main/java/com/goafanti/common/dao/PublicReleaseMapper.java

@@ -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);