解决退号记录的退号操作工作取值问题
This commit is contained in:
@@ -147,10 +147,9 @@ public class CurrentDayEncounterDto {
|
||||
private String operatorName;
|
||||
|
||||
/**
|
||||
* 退号操作工号
|
||||
* 退号操作工号(用户账号)
|
||||
*/
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long operatorId;
|
||||
private String operatorId;
|
||||
|
||||
/**
|
||||
* 退款金额
|
||||
|
||||
Reference in New Issue
Block a user