Commit 1eaba346 authored by zhangwanglin's avatar zhangwanglin

评定分配日期

parent 72260093
......@@ -24,8 +24,7 @@
(select DISTRICT_NAME from CH_FND_DISTRICT dis where task.DISTRICT_CITY = dis.DISTRICT_CODE) districPity,
(select DISTRICT_NAME from CH_FND_DISTRICT dis where task.DISTRICT_AREA = dis.DISTRICT_CODE) districtArea,
disable.real_name realName,
--task.fcd fcd,
apply.APPLY_TIME fcd,
to_char(apply.APPLY_TIME,'yyyy-MM-dd') fcd,
disable.certi_code certiCode,
disable.disease_desc diseaseDesc,
disable.adress_detail operAddress,
......
......@@ -22,8 +22,9 @@ public class TaskDistributionVO {
//失能人员姓名
private String realName;
//申请日期
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date fcd;
// @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
// private Date fcd;
private String fcd;
//失能人员身份证号码
private String certiCode;
//保单号
......
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