old mode 100644
new mode 100755
| | |
| | | |
| | | |
| | | import com.java110.utils.exception.DAOException; |
| | | import com.java110.entity.merchant.BoMerchant; |
| | | import com.java110.entity.merchant.BoMerchantAttr; |
| | | import com.java110.entity.merchant.Merchant; |
| | | import com.java110.entity.merchant.MerchantAttr; |
| | | |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | int queryQuestionAnswerTitleValuesCount(Map info); |
| | | |
| | | /** |
| | | * 查询问卷结果 |
| | | * @param info |
| | | * @return |
| | | */ |
| | | List<Map> queryQuestionAnswerTitleValueResult(Map info); |
| | | |
| | | /** |
| | | * 查询问卷结果选择总人数 |
| | | * @param info |
| | | * @return |
| | | */ |
| | | List<Map> queryQuestionAnswerTitleValueResultCount(Map info); |
| | | } |