Merge branch 'test_bak' into 'test'
lyq-修改调查问卷导出问题
See merge request root/zhihuishequ!181
| | |
| | | WHERE |
| | | caq.id = #{questId} |
| | | ORDER BY |
| | | caqac.id ASC |
| | | caqac.answer_id asc,caqac.id ASC |
| | | </select> |
| | | |
| | | </mapper> |
| | |
| | | LEFT JOIN com_act_reserve_record carr ON carr.id = ac.reserve_record_id |
| | | WHERE |
| | | qn.id = #{reserveId} |
| | | order by ac.id asc |
| | | order by ac.reserve_record_id asc,ac.id asc |
| | | </select> |
| | | |
| | | <select id="pageRegisterDetailedListAdmin" parameterType="com.panzhihua.common.model.dtos.community.reserve.PageReserveRegisterDetailedAdminDTO" |