Commit a25dd041 authored by liuxun's avatar liuxun

merge

parent b47566cd
...@@ -52,5 +52,7 @@ public class DisableInfoVo extends PageInfo { ...@@ -52,5 +52,7 @@ public class DisableInfoVo extends PageInfo {
private String srvOrganName; private String srvOrganName;
private String diseTypeS;
} }
...@@ -14,9 +14,9 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> { ...@@ -14,9 +14,9 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
@Select("select s.real_name," + @Select("select s.real_name," +
"i.SRV_SEND_ID," + "i.SRV_SEND_ID," +
" s.acpt_provincial," + " j.acpt_provincial," +
" s.acpt_city," + " j.acpt_city," +
" s.acpt_area," + " j.cpt_area," +
" s.gender," + " s.gender," +
" s.birthday," + " s.birthday," +
" s.certi_code," + " s.certi_code," +
...@@ -29,7 +29,10 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> { ...@@ -29,7 +29,10 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" i.allot_time," + " i.allot_time," +
" i.stop_time," + " i.stop_time," +
" i.status," + " i.status," +
" j.acpt_address" + " j.acpt_address," +
" s.DISTRICT_PROVINCIAL as provincial," +
" s.DISTRICT_CITY as city," +
" s.DISE_TYPE_S as diseTypeS" +
" from ch_srv_send i" + " from ch_srv_send i" +
" left join ch_disable_info s " + " left join ch_disable_info s " +
" on s.disab_info_id = i.disab_info_id" + " 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