Explorar el Código

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

anderx hace 3 años
padre
commit
13a00d7d1a

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