| | |
| | | <result property="fuperiod" column="fuperiod"/> |
| | | <result property="futypecode" column="futypecode"/> |
| | | <result property="futypedesc" column="futypedesc"/> |
| | | <result property="fuadivce" column="fuadivce"/> |
| | | <result property="fuadvice" column="fuadvice"/> |
| | | <result property="fuspecialadvice" column="fuspecialadvice"/> |
| | | </resultMap> |
| | | |
| | |
| | | fuperiod, |
| | | futypecode, |
| | | futypedesc, |
| | | fuadivce, |
| | | fuadvice, |
| | | fuspecialadvice, |
| | | remark, |
| | | guid, |
| | |
| | | b.fuperiod, |
| | | b.futypecode, |
| | | b.futypedesc, |
| | | b.fuadivce, |
| | | b.fuadvice, |
| | | b.fuspecialadvice |
| | | FROM |
| | | pat_med_inhosp b |
| | |
| | | b.fuperiod, |
| | | b.futypecode, |
| | | b.futypedesc, |
| | | b.fuadivce, |
| | | b.fuadvice, |
| | | b.fuspecialadvice |
| | | b.schemetime |
| | | FROM |
| | |
| | | <if test="fuperiod != null ">fuperiod,</if> |
| | | <if test="futypecode != null ">futypecode,</if> |
| | | <if test="futypedesc != null ">futypedesc,</if> |
| | | <if test="fuadivce != null ">fuadivce,</if> |
| | | <if test="fuadvice != null ">fuadvice,</if> |
| | | <if test="fuspecialadvice != null ">fuspecialadvice,</if> |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | |
| | | <if test="fuperiod != null ">#{fuperiod},</if> |
| | | <if test="futypecode != null ">#{futypecode},</if> |
| | | <if test="futypedesc != null ">#{futypedesc},</if> |
| | | <if test="fuadivce != null ">#{fuadivce},</if> |
| | | <if test="fuadvice != null ">#{fuadvice},</if> |
| | | <if test="fuspecialadvice != null ">#{fuspecialadvice},</if> |
| | | </trim> |
| | | </insert> |
| | |
| | | <if test="fuperiod != null ">fuperiod = #{fuperiod},</if> |
| | | <if test="futypecode != null ">futypecode = #{futypecode},</if> |
| | | <if test="futypedesc != null ">futypedesc = #{futypedesc},</if> |
| | | <if test="fuadivce != null ">fuadivce = #{fuadivce},</if> |
| | | <if test="fuadvice != null ">fuadvice = #{fuadvice},</if> |
| | | <if test="fuspecialadvice != null ">fuspecialadvice = #{fuspecialadvice},</if> |
| | | </trim> |
| | | where inhospid = #{inhospid} |