|
|
@@ -76,8 +76,7 @@
|
|
|
where id_=#{id}
|
|
|
</update>
|
|
|
<select id="get" parameterType="string" resultMap="VolunteerSignRecordMap">
|
|
|
- select
|
|
|
-id_,name_,phone_,bak_,volunteer_tasks_id,create_by,create_time,update_by,update_time,del_flag from base_volunteer_sign_record where id_=#{0}
|
|
|
+ select * from base_volunteer_sign_record where id_=#{0}
|
|
|
</select>
|
|
|
<select id="exist" parameterType="string" resultType="int">
|
|
|
select count(*) from base_volunteer_sign_record where id_=#{0}
|
|
|
@@ -90,6 +89,7 @@ id_,name_,phone_,bak_,volunteer_tasks_id,create_by,create_time,update_by,update_
|
|
|
select * from base_volunteer_sign_record
|
|
|
]]>
|
|
|
<where>
|
|
|
+ del_flag=false
|
|
|
<if test="searchParams.id != null">
|
|
|
and ID_ like #{searchParams.id}
|
|
|
</if>
|