| | |
| | | </insert> |
| | | |
| | | <select id="queryGroups" resultType="com.thhy.screen.modules.biz.audio.entity.AudioGroup"> |
| | | select id,group_id as groupId,group_name as groupName from t_audio_groups |
| | | select id,group_id as groupId,group_name as groupName from t_audio_group |
| | | </select> |
| | | |
| | | <!--钢筋总消耗,周消耗,月消耗--> |
| | |
| | | delete from t_audio_group_file where groupId = #{groupId} |
| | | </delete> |
| | | |
| | | <select id="queryGroupInfo" resultType="com.thhy.screen.modules.biz.audio.entity.GroupInfoVo"> |
| | | select id,group_name as groupName |
| | | from t_audio_group where id = #{id} |
| | | </select> |
| | | |
| | | <select id="queryFileByGroup" resultType="com.thhy.screen.modules.biz.audio.entity.AudioFile"> |
| | | select id,group_id as groupId,audio_file as audioFile,`defaults` from t_audio_group_file where group_id = #{groupId} |
| | | </select> |
| | | </mapper> |