|
@@ -1,6 +1,7 @@
|
|
package com.ruoyi.system.mapper.fgw;
|
|
package com.ruoyi.system.mapper.fgw;
|
|
|
|
|
|
import com.ruoyi.system.domain.fgw.FgwFj;
|
|
import com.ruoyi.system.domain.fgw.FgwFj;
|
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
@@ -55,7 +56,7 @@ public interface FgwFjMapper
|
|
*/
|
|
*/
|
|
public int deleteFgwFjById(Long id);
|
|
public int deleteFgwFjById(Long id);
|
|
|
|
|
|
- public int deleteFgwFjByXmId(Long id,Long type);
|
|
|
|
|
|
+ public int deleteFgwFjByXmId(@Param("id") Long id, @Param("type")Long type);
|
|
|
|
|
|
/**
|
|
/**
|
|
* 批量删除发改委_附件
|
|
* 批量删除发改委_附件
|