qq279973895 commented on issue #11162:
URL:
https://github.com/apache/shardingsphere/issues/11162#issuecomment-874005944
TestPaperMapper.xml error sql :
<select id="getTestpaperQuestionByPaperId"
resultType="com.qishiyun.poplar.qlib.dto.TestpaperQuestion">
select ttq.*,(@rowNum :=@rowNum + 1) AS num from
t_testpaper_question ttq,(SELECT @rowNum := 0) temp where paperId = #{paperId}
and status = 1 order by innerOrder
</select>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]