| | |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.core.base.dao.BaseServiceDao; |
| | | import com.java110.dto.basePrivilege.BasePrivilegeDto; |
| | | import com.java110.entity.mapping.Mapping; |
| | | import com.java110.order.dao.ICenterServiceDAO; |
| | | import com.java110.utils.constant.ResponseConstant; |
| | |
| | | return sqlSessionTemplate.selectList("centerServiceDAOImpl.getMappingInfoAll"); |
| | | } |
| | | |
| | | @Override |
| | | public List<BasePrivilegeDto> getPrivilegeAll() { |
| | | return sqlSessionTemplate.selectList("centerServiceDAOImpl.getPrivilegeAll"); |
| | | } |
| | | |
| | | /** |
| | | * 查询业主订单 |
| | | * |