| | |
| | | sr.ResponsibleUserID as responsibleuserid, |
| | | sr.CoordinatedUserIDO as coordinateduserido, |
| | | sr.CoordinatedUserNameO as coordinatedusernameo, |
| | | sr.CoordinatedUserNameT as coordinateduseridt, |
| | | sr.CoordinatedUserNameT as coordinatedusernamet, |
| | | sr.ResponsibleUserID as responsibleuserid, |
| | | sr.nation as nation, |
| | | sr.occupation as occupation, |
| | |
| | | sr.assessannex as assessannex, |
| | | sr.education as education, |
| | | sr.relativeconfirmationsignname, |
| | | sr.relativeidcardno |
| | | sr.relativeidcardno, |
| | | sr.state |
| | | FROM service_donatebaseinfo sd |
| | | LEFT JOIN service_relativesconfirmation sr ON sd.ID = sr.InfoID and sd.del_flag = 0 |
| | | AND sr.del_flag = 0 |
| | |
| | | <if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if> |
| | | </select> |
| | | |
| | | |
| | | </mapper> |