|
@@ -32,11 +32,10 @@ public class DutyBasicController {
|
|
|
/**
|
|
|
* 船员职务查看
|
|
|
*
|
|
|
- * @param crewDutyParameter
|
|
|
+ * @param crewDutyCompany
|
|
|
* @return
|
|
|
*/
|
|
|
@GetMapping("/query/getQueryPage")
|
|
|
- @PluginFeature(id = "CrewJob-Review", name = "船员职务_查看")
|
|
|
public List<CrewDutyCompany> getList(CrewDutyCompany crewDutyCompany) {
|
|
|
return dutyCompanyService.getList(crewDutyCompany);
|
|
|
}
|
|
@@ -47,7 +46,6 @@ public class DutyBasicController {
|
|
|
* @param crewDutyCompanies
|
|
|
*/
|
|
|
@PostMapping("/api/changeInfo")
|
|
|
- @PluginFeature(id = "CrewJob-Set", name = "船员职务_设定")
|
|
|
public void changeInfo(@RequestBody List<CrewDutyCompany> crewDutyCompanies) {
|
|
|
dutyCompanyService.changeInfo(crewDutyCompanies);
|
|
|
}
|