Commit eaa1f9b8 by liyanlin

fix

parent 727e0fbe
......@@ -38,7 +38,7 @@ public class ScheduleManageDTOAssembler implements Function<ScheduleManage, Sche
ScheduleServeDTO scheduleServeDTO = new ScheduleServeDTO();
BeanUtils.copyProperties(scheduleServe, scheduleServeDTO);
if(scheduleServe.getServe() != null) {
scheduleServeDTO.setSchId(scheduleServe.getServe().getSchTypeId());
scheduleServeDTO.setSchTypeId(scheduleServe.getServe().getSchTypeId());
}
if (scheduleServe.getOwnProduce() != null) {
scheduleServeDTO.setOwnProduce(scheduleServe.getOwnProduce());
......
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