| | |
| | | return sqlSessionTemplate.selectList("centerServiceDAOImpl.queryOwenrOrders"); |
| | | } |
| | | |
| | | public int updateBusinessStatusCd(Map info){ |
| | | return sqlSessionTemplate.update("centerServiceDAOImpl.updateBusinessStatusCd",info); |
| | | } |
| | | |
| | | /** |
| | | * 查询业主订单 |
| | | * @param info |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<Map> queryManchineOrders(Map info) { |
| | | return sqlSessionTemplate.selectList("centerServiceDAOImpl.queryManchineOrders"); |
| | | } |
| | | /** |
| | | * 查询申请钥匙订单 |
| | | * @param info |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<Map> queryApplicationKeyOrders(Map info) { |
| | | return sqlSessionTemplate.selectList("centerServiceDAOImpl.queryApplicationKeyOrders"); |
| | | } |
| | | |
| | | /** |
| | | * 根据oId 查询Business |
| | | * @param info |