Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, bug #55663 关联问题追溯至此

See merge request LiuChao/foton-slrs-system-rest!523
This commit is contained in:
super_liu
2022-06-15 15:40:29 +08:00
@@ -65,7 +65,7 @@
</select>
<select id="getAskQuestionsByakId" resultType="com.adc.da.slrs.StandardQA.entity.Reply">
SELECT reply.ID, reply.REPLY,reply.REPLY_TIME,t2.UNAME ANSWERER,reply.APPENDIX_ID,APPENDIX_NAME
SELECT reply.ID, reply.REPLY,reply.REPLY_TIME,t2.UNAME ANSWERER,reply.APPENDIX_ID,APPENDIX_NAME,reply.state
FROM reply
LEFT JOIN ts_user t2 ON t2.USID = reply.ANSWERER
<where>