| | |
| | | jpp.employment_time, |
| | | jpp.resignation_time, |
| | | jpp.resignation_flag, |
| | | jpp.confirm_user_id, |
| | | jpp.confirm_flag, |
| | | jpp.confirm_time, |
| | | jpp.confirm_notion, |
| | | jc.category_name |
| | | FROM |
| | | jczz_place_practitioner jpp |
| | |
| | | <if test="placePractitioner.createTime != null ">and jpp.create_time = #{placePractitioner.createTime}</if> |
| | | <if test="placePractitioner.ethnicity != null ">and jpp.ethnicity = #{placePractitioner.ethnicity}</if> |
| | | |
| | | <if test="placePractitioner.confirmUserId != null "> and confirm_user_id = #{placePractitioner.confirmUserId}</if> |
| | | <if test="placePractitioner.confirmFlag != null "> and confirm_flag = #{placePractitioner.confirmFlag}</if> |
| | | <if test="placePractitioner.confirmTime != null "> and confirm_time = #{placePractitioner.confirmTime}</if> |
| | | <if test="placePractitioner.confirmNotion != null and placePractitioner.confirmNotion != ''"> and confirm_notion = #{placePractitioner.confirmNotion}</if> |
| | | |
| | | <if test="placePractitioner.type == 1"> |
| | | and TIMESTAMPDIFF(year, substring(jpp.id_card, 7, 8), now()) < 18 |
| | | and jc.category_no in (180202,180201) |