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:
@@ -65,7 +65,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getAskQuestionsByakId" resultType="com.adc.da.slrs.StandardQA.entity.Reply">
|
<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
|
FROM reply
|
||||||
LEFT JOIN ts_user t2 ON t2.USID = reply.ANSWERER
|
LEFT JOIN ts_user t2 ON t2.USID = reply.ANSWERER
|
||||||
<where>
|
<where>
|
||||||
|
|||||||
Reference in New Issue
Block a user