Commit f4b65c6d by huluobin

update

parent fe15bba2
......@@ -171,6 +171,8 @@ public class TakeLeaveEventCmdServiceImpl implements TakeLeaveEventCmdService {
takeLeaveEvent.setRejectReason(cmd.getRejectReason());
takeLeaveEventRepository.updateById(takeLeaveEvent);
StoreTechnician storeTechnician=storeTechnicianRepository.selectById(takeLeaveEvent.getApplyTechnicianId());
takeLeaveEvent.setApplyStoreTechnician(storeTechnician);
Message message = Message.builder()
.content("请假申请通过了")
......
......@@ -99,6 +99,7 @@ public class OrderServe implements Serializable {
@TableField(strategy = FieldStrategy.IGNORED)
@ApiModelProperty("款式特价")
private BigDecimal produceBargainPrice;
/**
* base info
*/
......
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