|
@@ -79,7 +79,6 @@ public class StaffService extends BaseService<Staff> {
|
|
|
public ResponseResultVO<?> insert(StaffVO staffVO) {
|
|
public ResponseResultVO<?> insert(StaffVO staffVO) {
|
|
|
// 转化实体
|
|
// 转化实体
|
|
|
Staff staff = staffConvert.convertToPo(staffVO);
|
|
Staff staff = staffConvert.convertToPo(staffVO);
|
|
|
-
|
|
|
|
|
return super.insert(staff);
|
|
return super.insert(staff);
|
|
|
}
|
|
}
|
|
|
|
|
|