service-store/src/main/java/com/java110/store/dao/IStoreServiceDao.javaold mode 100644 new mode 100755
@@ -294,8 +294,25 @@ /** * 查询商户员工 * * @param beanCovertMap * @return */ List<Map> getStoreStaffs(Map beanCovertMap) throws DAOException; /** * 查询商户员工数 * * @param beanCovertMap * @return */ int getStoreStaffCount(Map beanCovertMap) throws DAOException; /** * 修改商户信息 * * @param info * @return */ int updateStore(Map info) throws DAOException; }