|
|
@ -21,6 +21,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<result property="petCard" column="pet_card"/> |
|
|
|
<result property="healthOther" column="health_other"/> |
|
|
|
<result property="delFlag" column="del_flag"/> |
|
|
|
<result property="brief" column="brief"/> |
|
|
|
<result property="age" column="age"/> |
|
|
|
<result property="createBy" column="create_by"/> |
|
|
|
<result property="createTime" column="create_time"/> |
|
|
|
<result property="updateBy" column="update_by"/> |
|
|
@ -33,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="selectAppletPetVo"> |
|
|
|
select id, head_image, nick_name, sex, type, birthday, weight, personality, vaccine, deworm, neutered, pet_type, health, pet_card, health_other, del_flag, create_by, create_time, update_by, update_time, order_id , create_by, create_time, update_by, update_time from applet_pet |
|
|
|
select id, head_image, nick_name, sex, type, birthday, weight, personality, vaccine, deworm, neutered, pet_type, health, pet_card, health_other, del_flag, brief, age create_by, create_time, update_by, update_time, order_id , create_by, create_time, update_by, update_time from applet_pet |
|
|
|
</sql> |
|
|
|
|
|
|
|
<select id="selectAppletPetList" parameterType="AppletPet" resultMap="AppletPetResult"> |
|
|
|