| | |
| | | <result property="status" column="status" jdbcType="TINYINT"/> |
| | | <result property="creator" column="creator" jdbcType="VARCHAR"/> |
| | | <result property="dt" column="dt" jdbcType="TIMESTAMP"/> |
| | | <result property="deleted" column="deleted" jdbcType="TINYINT"/> |
| | | <result column="deleted" property="deleted" typeHandler="com.dy.common.mybatis.BooleanTypeHandler" /> |
| | | <result property="remark" column="remark" jdbcType="VARCHAR"/> |
| | | </resultMap> |
| | | <resultMap id="BaseResultMap2" type="com.dy.pmsGlobal.pojoPr.PrOrder" extends="BaseResultMap"> |
| | |
| | | <if test="deliveryDate!= null and deliveryDate !=''"> |
| | | delivery_date = #{deliveryDate,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="status != null and status !=''"> |
| | | <if test="status != null"> |
| | | status = #{status,jdbcType=TINYINT}, |
| | | </if> |
| | | <if test="creator != null and creator !=''"> |