Commit 69c85cb6 authored by 谢希宇's avatar 谢希宇

Aidea product update by Strive Date 2020-11-03

parent 4ff9f21e
...@@ -202,12 +202,16 @@ ...@@ -202,12 +202,16 @@
<include refid="sqlCol"/> <include refid="sqlCol"/>
from t_aidea_consult_sheet from t_aidea_consult_sheet
where del_flag = 0 where del_flag = 0
<if test="name!=null"> <if test="openid!=null">
and open_id = {openid}
</if>
<if test="name!=null and name !=''">
and user_name like concat('%',#{name},'%') and user_name like concat('%',#{name},'%')
</if> </if>
<if test="id!=null"> <if test="id!=null">
and id = #{id} and id = #{id}
</if> </if>
ORDER BY create_time
</select> </select>
<update id="update" parameterType="com.cftech.consultsheet.model.ConsultSheet"> <update id="update" parameterType="com.cftech.consultsheet.model.ConsultSheet">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment