Commit 8ba9eec6 authored by liuxun's avatar liuxun

merge

parent 68c687d0
...@@ -34,6 +34,6 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> { ...@@ -34,6 +34,6 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" on s.disab_info_id = i.disab_info_id" + " on s.disab_info_id = i.disab_info_id" +
" left join ch_srv_organ j" + " left join ch_srv_organ j" +
" on s.organ_id = j.organ_id" + " on s.organ_id = j.organ_id" +
" where i.status=#{disableInfoId}") " 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