zhongrj
2023-07-06 3ce737b52fca082ac3a2ecda4a848e2e4abcd0ee
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/mapper/AttAdBaseMapper.java
@@ -7,6 +7,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.MapKey;
import org.apache.ibatis.annotations.Param;
import org.springframework.web.bind.annotation.PostMapping;
import java.util.List;
import java.util.Map;
@@ -36,5 +37,9 @@
    * @param res_cd
    * @return
    */
    List<PersonVO> getPersonListByResGuid(@Param("res_cd")String res_cd);
    List<PersonVO> getPersonListByResGuid(@Param("res_cd")String res_cd,@Param("roleName") String areaList);
   AttAdBaseVO getDetail(@Param("attAdBase") AttAdBase attAdBase);
   boolean customizeSave(@Param("attAdBase") AttAdBase attAdBase);
}