Commit b47566cd authored by liuxun's avatar liuxun

merge

parent 918fdb96
......@@ -47,5 +47,10 @@ public class DisableInfoVo extends PageInfo {
private String acptAddress;
private Integer srvSendId;
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date allotTime;
private String srvOrganName;
}
......@@ -29,7 +29,7 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" i.allot_time," +
" i.stop_time," +
" i.status," +
" i.acpt_address" +
" j.acpt_address" +
" from ch_srv_send i" +
" left join ch_disable_info s " +
" on s.disab_info_id = i.disab_info_id" +
......
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