| | |
| | | <select id="selectPatMedBloodsugarList" parameterType="com.smartor.domain.PatMedBloodsugar" |
| | | resultMap="PatMedBloodsugarResult"> |
| | | <include refid="selectPatMedBloodsugarVo"/> |
| | | <where> |
| | | where 1=1 |
| | | <if test="serialnum != null and serialnum != ''">and serialnum = #{serialnum}</if> |
| | | <if test="recordtime != null ">and recordtime = #{recordtime}</if> |
| | | <if test="orgid != null and orgid != ''">and orgid = #{orgid}</if> |
| | |
| | | <if test="sugarlevelempty != null ">and sugarlevelempty = #{sugarlevelempty}</if> |
| | | <if test="visittype != null ">and visittype = #{visittype}</if> |
| | | <if test="visitid != null ">and visitid = #{visitid}</if> |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectPatMedBloodsugarByBloodsugarid" parameterType="Long" resultMap="PatMedBloodsugarResult"> |