智慧厨房
This commit is contained in:
parent
b66535be3b
commit
c4f244d66d
|
|
@ -92,7 +92,7 @@ public class KitchenSampleCabinetRecord extends BaseEntity {
|
|||
private String actionTypeName;
|
||||
|
||||
@ApiModelProperty(value = "操作员工")
|
||||
private Long staffName;
|
||||
private String staffName;
|
||||
|
||||
@ApiModelProperty("开始时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</resultMap>
|
||||
|
||||
<sql id="selectKitchenSampleCabinetRecordVo">
|
||||
select record_id, kscr.device_id, open_cabinet_temp, close_cabinet_temp, staff_id,
|
||||
select record_id, kscr.device_id, open_cabinet_temp, close_cabinet_temp, kscr.staff_id,
|
||||
open_cabinet_time, close_cabinet_time, operate_type, action_type,
|
||||
operate_photo, operate_date, kscr.create_by, kscr.create_time, kscr.update_by, kscr.update_time,
|
||||
kdi.device_name, bc.canteen_name, su.nick_name
|
||||
|
|
|
|||
Loading…
Reference in New Issue