Commit 156422d7 authored by liboyang's avatar liboyang

新增几个查询接口

parent 4259814b
......@@ -6,6 +6,8 @@ import com.yxproject.start.service.PersonPostService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* @author Administrator
*/
......@@ -23,7 +25,7 @@ public class PersonPostServiceImpl implements PersonPostService {
return personPostEntity;
}
@Override
public boolean updatePersonPost() {
public boolean updatePersonPost(List<PersonPostEntity> personPostEntities) {
personPostMapper.updatePersonPost(personPostEntities);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment