| | |
| | | update_time, |
| | | judgment_description, |
| | | ext_content, |
| | | state |
| | | state, |
| | | heartDeathTime |
| | | heartDeathReason |
| | | heartDeathJudgeDoctO |
| | | heartDeathJudgeDoctT |
| | | heartDeathJudgeAnnex |
| | | from service_deathinfo |
| | | </sql> |
| | | |
| | |
| | | sdi.RememberAnnex as rememberannex, |
| | | sdi.ResponsibleUserID as responsibleuserid, |
| | | sdi.ResponsibleUserName as responsibleusername, |
| | | sdi.state |
| | | sdi.state, |
| | | sdi.heartDeathTime as heartdeathtime, |
| | | sdi.heartDeathReason as heartdeathreason, |
| | | sdi.heartDeathJudgeDoctO as heartdeathjudgedocto, |
| | | sdi.heartDeathJudgeDoctT as heartdeathjudgedoctt, |
| | | sdi.heartDeathJudgeAnnex as heartdeathjudgeannex |
| | | FROM |
| | | service_donatebaseinfo sd |
| | | LEFT JOIN service_deathinfo sdi ON sd.ID = sdi.InfoID |