|
|
|
@ -146,9 +146,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertWxNursingLog" parameterType="WxNursingLog" useGeneratedKeys="true" keyProperty="id">
|
|
|
|
<insert id="insertWxNursingLog" parameterType="WxNursingLog" useGeneratedKeys="true" keyProperty="id">
|
|
|
|
<selectKey keyProperty="id" resultType="Long" order="AFTER">
|
|
|
|
|
|
|
|
SELECT LAST_INSERT_ID()
|
|
|
|
|
|
|
|
</selectKey>
|
|
|
|
|
|
|
|
insert into wx_nursing_log
|
|
|
|
insert into wx_nursing_log
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
<if test="userId != null">user_id,</if>
|
|
|
|
<if test="userId != null">user_id,</if>
|
|
|
|
|