|
|
@ -6,28 +6,28 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
<resultMap type="BaseRequisitioningOrderChild" id="BaseRequisitioningOrderChildResult"> |
|
|
|
<result property="requisitioningChildId" column="requisitioning_child_id" /> |
|
|
|
<result property="quoteId" column="quote_id" /> |
|
|
|
<result property="materialId" column="material_id" /> |
|
|
|
<result property="materialCode" column="material_code" /> |
|
|
|
<result property="photoUrl" column="photoUrl" /> |
|
|
|
<result property="materialName" column="material_name" /> |
|
|
|
<result property="materialType" column="material_type" /> |
|
|
|
<result property="materialModel" column="material_model" /> |
|
|
|
<result property="specifications" column="specifications" /> |
|
|
|
<result property="brand" column="brand" /> |
|
|
|
<result property="describe" column="describe" /> |
|
|
|
<result property="materialNum" column="materialNum" /> |
|
|
|
<result property="materialRmb" column="materialRmb" /> |
|
|
|
<result property="materialNoRmb" column="materialNoRmb" /> |
|
|
|
<result property="materialNoRmbSum" column="materialNoRmbSum" /> |
|
|
|
<result property="materialRmbSum" column="materialRmbSum" /> |
|
|
|
<result property="remark" column="remark" /> |
|
|
|
<result property="createBy" column="create_by" /> |
|
|
|
<result property="createTime" column="create_time" /> |
|
|
|
<result property="updateBy" column="update_by" /> |
|
|
|
<result property="updateTime" column="update_time" /> |
|
|
|
<result property="useStatus" column="use_status" /> |
|
|
|
<result property="auditStatus" column="audit_status" /> |
|
|
|
<result property="quoteId" column="quote_id" /> |
|
|
|
<result property="materialId" column="material_id" /> |
|
|
|
<result property="materialCode" column="material_code" /> |
|
|
|
<result property="photoUrl" column="photoUrl" /> |
|
|
|
<result property="materialName" column="material_name" /> |
|
|
|
<result property="materialType" column="material_type" /> |
|
|
|
<result property="materialModel" column="material_model" /> |
|
|
|
<result property="specifications" column="specifications" /> |
|
|
|
<result property="brand" column="brand" /> |
|
|
|
<result property="describe" column="describe" /> |
|
|
|
<result property="materialNum" column="materialNum" /> |
|
|
|
<result property="materialRmb" column="materialRmb" /> |
|
|
|
<result property="materialNoRmb" column="materialNoRmb" /> |
|
|
|
<result property="materialNoRmbSum" column="materialNoRmbSum" /> |
|
|
|
<result property="materialRmbSum" column="materialRmbSum" /> |
|
|
|
<result property="remark" column="remark" /> |
|
|
|
<result property="createBy" column="create_by" /> |
|
|
|
<result property="createTime" column="create_time" /> |
|
|
|
<result property="updateBy" column="update_by" /> |
|
|
|
<result property="updateTime" column="update_time" /> |
|
|
|
<result property="useStatus" column="use_status" /> |
|
|
|
<result property="auditStatus" column="audit_status" /> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="selectBaseRequisitioningOrderChildVo"> |
|
|
@ -50,7 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="materialModel != null and materialModel != ''"> and material_model = #{materilaModel}</if> |
|
|
|
<if test="specifications != null and specifications != ''"> and specifications = #{specifications}</if> |
|
|
|
<if test="brand != null and brand != ''"> and brand = #{brand}</if> |
|
|
|
<if test="describe != null and describe != ''"> and describe = #{describe}</if> |
|
|
|
<if test="describe != null and describe != ''"> and `describe` = #{describe}</if> |
|
|
|
<if test="materialNum != null "> and materialNum = #{materialNum}</if> |
|
|
|
<if test="materialRmb != null "> and materialRmb = #{materialRmb}</if> |
|
|
|
<if test="materialNoRmb != null "> and materialNoRmb = #{materialNoRmb}</if> |
|
|
@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="materialModel != null">material_model,</if> |
|
|
|
<if test="specifications != null">specifications,</if> |
|
|
|
<if test="brand != null">brand,</if> |
|
|
|
<if test="describe != null">describe,</if> |
|
|
|
<if test="describe != null">`describe`,</if> |
|
|
|
<if test="materialNum != null">materialNum,</if> |
|
|
|
<if test="materialRmb != null">materialRmb,</if> |
|
|
|
<if test="materialNoRmb != null">materialNoRmb,</if> |
|
|
|