| | |
| | | <if test="param.replayEndTime!=null and param.replayEndTime!=''"> |
| | | AND Date(tss.replay_time) <= #{param.replayEndTime} |
| | | </if> |
| | | ORDER BY tss.replay_flag ASC,tss.create_time DESC |
| | | ORDER BY |
| | | <if test="param.suggestSort!=null and param.suggestSort==1"> |
| | | tss.response_timestamp ASC, |
| | | </if> |
| | | <if test="param.suggestSort!=null and param.suggestSort==2"> |
| | | tss.response_timestamp DESC, |
| | | </if> |
| | | tss.replay_flag ASC,tss.create_time DESC |
| | | </select> |
| | | |
| | | <select id="pageStaffShopSuggest" resultType="com.ruoyi.system.domain.vo.StaffSuggestPageVo"> |