| | |
| | | <result property="company" column="company" jdbcType="VARCHAR"/> |
| | | <result property="code" column="code" jdbcType="VARCHAR"/> |
| | | <result property="type" column="type" jdbcType="INTEGER"/> |
| | | <result property="appointedTime" column="appointed_time" jdbcType="TIMESTAMP"/> |
| | | <result property="appointed" column="appointed" jdbcType="TIMESTAMP"/> |
| | | <result property="laboratory" column="laboratory" jdbcType="VARCHAR"/> |
| | | <result property="smapleType" column="smaple_type" jdbcType="VARCHAR"/> |
| | | <result property="model" column="model" jdbcType="VARCHAR"/> |
| | | <result property="sample" column="sample" jdbcType="VARCHAR"/> |
| | | <result property="sampleNum" column="sample_num" jdbcType="DOUBLE"/> |
| | | <result property="isLeave" column="is_leave" jdbcType="INTEGER"/> |
| | | <result property="leaveNum" column="leave_num" jdbcType="INTEGER"/> |
| | |
| | | <if test="company!=null ">company=#{company}</if> |
| | | <if test="code!=null ">code=#{code}</if> |
| | | <if test="type!=null ">type=#{type}</if> |
| | | <if test="appointedTime!=null ">appointed_time=#{appointedTime}</if> |
| | | <if test="appointed!=null ">appointed=#{appointed}</if> |
| | | <if test="laboratory!=null ">laboratory=#{laboratory}</if> |
| | | <if test="smapleType!=null ">smaple_type=#{smapleType}</if> |
| | | <if test="model!=null ">model=#{model}</if> |