Commit 98a45b08 authored by duanzhihong's avatar duanzhihong

查找

parent dcd24d6e
......@@ -45,6 +45,7 @@ public class DisableInfoVo extends PageInfo {
private Integer starts;
private String acptAddress;
private Integer srvSendId;
}
......@@ -13,6 +13,7 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
@Select("select s.real_name," +
"i.SRV_SEND_ID," +
" s.acpt_provincial," +
" s.acpt_city," +
" s.acpt_area," +
......@@ -35,5 +36,5 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" left join ch_srv_organ j" +
" on i.SRV_ORGAN_ID = j.SRV_ORGAN_ID" +
" where i.disab_info_id=#{disableInfoId}")
Page<DisableInfoVo> querySrvYet(Page page,Integer disableInfoId);
Page<DisableInfoVo> querySrvYet(Page page, Integer disableInfoId);
}
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