JNBusiness/ruoyi-system/src/main/resources/mapper/quot/QuotMapper.xml

496 lines
32 KiB
XML
Raw Normal View History

2024-04-02 11:24:37 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.quot.mapper.QuotMapper">
<resultMap type="Quot" id="QuotResult">
<result property="quotId" column="quot_id" />
<result property="quotCode" column="quot_code" />
2024-06-03 17:14:47 +08:00
<result property="quotJswCode" column="quot_jsw_code" />
2024-05-24 11:04:09 +08:00
<result property="quotSalesmanCode" column="quot_salesman_code" />
2024-04-02 11:24:37 +08:00
<result property="quotSalesmanBm" column="quot_salesman_bm" />
<result property="quotSalesmanName" column="quot_salesman_name" />
<result property="quotCustomerBm" column="quot_customer_bm" />
<result property="quotCustomerName" column="quot_customer_name" />
<result property="quotSalesmanDeptId" column="quot_salesman_dept_id" />
<result property="quotSalesmanDeptName" column="quot_salesman_dept_name" />
<result property="quotAddress" column="quot_address" />
2024-06-06 17:23:23 +08:00
<result property="quotContacts" column="quot_contacts" />
2024-04-02 11:24:37 +08:00
<result property="quotPhone" column="quot_phone" />
<result property="quotInquiryDate" column="quot_inquiry_date" />
<result property="quotProject" column="quot_project" />
<result property="quotQuotationDate" column="quot_quotation_date" />
<result property="quotQuotationFrom" column="quot_quotation_from" />
<result property="quotQuotationRequire" column="quot_quotation_require" />
<result property="quotFeedbackExplanation" column="quot_feedback_explanation" />
<result property="quotQuantity" column="quot_quantity" />
<result property="quotTotalPrice" column="quot_total_price" />
<result property="quotCheckUserName" column="quot_check_user_name" />
<result property="quotCheckUserNickname" column="quot_check_user_nickname" />
<result property="quotApprovalStatus" column="quot_approval_status" />
2024-05-24 11:04:09 +08:00
<result property="quotLvPrice" column="quot_lv_price" />
<result property="quotTongPrice" column="quot_tong_price" />
2024-05-28 17:27:29 +08:00
<result property="quotMatpriceDiff" column="quot_matprice_diff" />
2024-05-24 11:04:09 +08:00
<result property="quotPrint" column="quot_print" />
<result property="quotPrintUserName" column="quot_print_user_name" />
2024-04-02 11:24:37 +08:00
<result property="createBy" column="create_by" />
2024-04-03 08:33:34 +08:00
<result property="createName" column="create_name" />
2024-04-02 11:24:37 +08:00
<result property="createTime" column="create_time" />
<result property="updateBy" column="update_by" />
<result property="updateTime" column="update_time" />
2024-04-07 11:16:40 +08:00
<result property="quotJsxzStandard" column="quot_jsxz_standard" />
<result property="quotJsxzApprovalStatus" column="quot_jsxz_approval_status" />
<result property="quotJsxzChapter" column="quot_jsxz_chapter" />
<result property="quotJsxzTechnicalRequirement" column="quot_jsxz_technical_requirement" />
2024-04-11 12:39:55 +08:00
<result property="quotJsxzGroupValues" column="quot_jsxz_group_values" />
2024-04-07 11:16:40 +08:00
<result property="quotJsxzConfirmId" column="quot_jsxz_confirm_id" />
2024-04-08 14:02:04 +08:00
<result property="quotJsxzConfirmCode" column="quot_jsxz_confirm_code" />
2024-04-11 16:56:56 +08:00
<result property="quotJsqrTlApprovalStatus" column="quot_jsqr_tl_approval_status" />
<result property="quotJsqrTlRemark" column="quot_jsqr_tl_remark" />
<result property="quotJsqrDyApprovalStatus" column="quot_jsqr_dy_approval_status" />
<result property="quotJsqrDyRemark" column="quot_jsqr_dy_remark" />
<result property="quotJsqrZyApprovalStatus" column="quot_jsqr_zy_approval_status" />
<result property="quotJsqrZyRemark" column="quot_jsqr_zy_remark" />
<result property="quotJsqrQtApprovalStatus" column="quot_jsqr_qt_approval_status" />
<result property="quotJsqrQtRemark" column="quot_jsqr_qt_remark" />
2024-05-17 17:26:03 +08:00
<result property="quotHjId" column="quot_hj_id" />
2024-04-16 15:55:02 +08:00
<result property="quotHjCode" column="quot_hj_code" />
<result property="quotHjApprovalStatus" column="quot_hj_approval_status" />
<result property="quotHjPricingDate" column="quot_hj_pricing_date" />
<result property="quotHjRemark" column="quot_hj_remark" />
2024-06-03 17:14:47 +08:00
<result property="quotJswApprovalStatus" column="quot_jsw_approval_status" />
2024-06-04 08:52:22 +08:00
<result property="quotOAApprovalStatus" column="quot_oa_approval_status" />
2024-06-05 17:26:59 +08:00
<result property="quotOAApprovalStatusRemark" column="quot_oa_approval_remark" />
2024-04-02 11:24:37 +08:00
</resultMap>
<resultMap id="QuotQuotMaterialResult" type="Quot" extends="QuotResult">
<collection property="quotMaterialList" notNullColumn="sub_mat_id" javaType="java.util.List" resultMap="QuotMaterialResult" />
</resultMap>
<resultMap type="QuotMaterial" id="QuotMaterialResult">
<result property="matId" column="sub_mat_id" />
<result property="matXingh" column="sub_mat_xingh" />
<result property="matGuig" column="sub_mat_guig" />
<result property="matDiany" column="sub_mat_diany" />
2024-05-24 11:04:09 +08:00
<result property="matStandard" column="sub_mat_standard" />
2024-04-02 11:24:37 +08:00
<result property="matDanw" column="sub_mat_danw" />
<result property="matSl" column="sub_mat_sl" />
2024-05-24 11:04:09 +08:00
<result property="matRemark" column="sub_mat_remark" />
2024-06-03 21:26:33 +08:00
<result property="matMatprice" column="sub_mat_matprice" />
<result property="matPrice" column="sub_mat_price" />
<result property="matQuotPrice" column="sub_mat_quot_price" />
2024-06-06 10:12:38 +08:00
<result property="matQuotTp" column="sub_mat_quot_tp" />
2024-06-03 21:26:33 +08:00
<result property="matQuotAllPrice" column="sub_mat_quot_allPrice" />
<result property="matMatpriceDiff" column="sub_mat_matprice_diff" />
2024-06-05 13:05:55 +08:00
<result property="xh" column="sub_xh" />
<result property="index" column="sub_number" />
2024-06-03 21:26:33 +08:00
2024-04-02 11:24:37 +08:00
<result property="quotId" column="sub_quot_id" />
</resultMap>
2024-04-03 08:33:34 +08:00
<sql id="quotJoins">
2024-04-07 11:16:40 +08:00
left join sys_user u on u.user_name=a.create_by
2024-04-17 13:47:56 +08:00
left join sys_user u2 on u2.user_name=a.quot_check_user_name
2024-05-24 11:04:09 +08:00
left join sys_user u3 on u3.user_name=a.quot_print_user_name
2024-04-07 11:16:40 +08:00
left join sys_dept d on u.dept_id = d.dept_id
2024-04-08 14:02:04 +08:00
left join quot_jsqr q on q.quot_jsqr_id = a.quot_jsxz_confirm_id
2024-05-17 17:26:03 +08:00
left join quot_hj h on h.quot_hj_id = a.quot_hj_id
2024-04-03 08:33:34 +08:00
</sql>
2024-04-02 11:24:37 +08:00
<sql id="selectQuotVo">
2024-06-03 17:14:47 +08:00
select a.quot_id, a.quot_code,a.quot_jsw_code, a.quot_salesman_code, a.quot_salesman_bm, a.quot_salesman_name, a.quot_customer_bm,
2024-06-06 17:23:23 +08:00
a.quot_customer_name,a.quot_salesman_dept_id, a.quot_salesman_dept_name, a.quot_address, a.quot_contacts,
2024-04-03 08:33:34 +08:00
a.quot_phone, a.quot_inquiry_date, a.quot_project, a.quot_quotation_date, a.quot_quotation_from,
a.quot_quotation_require, a.quot_feedback_explanation, a.quot_quantity, a.quot_total_price,
2024-04-17 13:47:56 +08:00
a.quot_check_user_name, u2.nick_name quot_check_user_nickname, a.quot_approval_status,
2024-05-28 17:27:29 +08:00
a.quot_lv_price,a.quot_tong_price,a.quot_matprice_diff,a.quot_print,u3.nick_name quot_print_user_name,
2024-04-07 11:16:40 +08:00
a.create_by, a.create_time, a.update_by, a.update_time, u.nick_name create_name,
a.quot_jsxz_standard,a.quot_jsxz_approval_status,a.quot_jsxz_chapter,
2024-04-11 16:56:56 +08:00
a.quot_jsxz_technical_requirement,a.quot_jsxz_group_values,a.quot_jsxz_confirm_id,
q.quot_jsqr_code quot_jsxz_confirm_code,
q.quot_jsqr_tl_approval_status,q.quot_jsqr_tl_remark,
q.quot_jsqr_dy_approval_status,q.quot_jsqr_dy_remark,
q.quot_jsqr_zy_approval_status,q.quot_jsqr_zy_remark,
2024-04-16 15:55:02 +08:00
q.quot_jsqr_qt_approval_status,q.quot_jsqr_qt_remark,
2024-05-17 17:26:03 +08:00
a.quot_hj_id,a.quot_hj_approval_status,
2024-04-16 15:55:02 +08:00
h.quot_hj_code,h.quot_hj_pricing_date,
2024-06-03 17:14:47 +08:00
h.quot_hj_remark,
2024-06-05 17:26:59 +08:00
a.quot_jsw_approval_status,a.quot_oa_approval_status,a.quot_oa_approval_remark
2024-04-16 15:55:02 +08:00
2024-04-03 08:33:34 +08:00
from quot a
<include refid="quotJoins"/>
2024-04-02 11:24:37 +08:00
</sql>
<select id="selectQuotList" parameterType="Quot" resultMap="QuotResult">
<include refid="selectQuotVo"/>
<where>
<if test="quotCode != null and quotCode != ''"> and quot_code like concat('%', #{quotCode}, '%')</if>
<if test="quotCustomerName != null and quotCustomerName != ''"> and quot_customer_name like concat('%', #{quotCustomerName}, '%')</if>
<if test="quotProject != null and quotProject != ''"> and quot_project like concat('%', #{quotProject}, '%')</if>
2024-06-07 09:46:39 +08:00
<if test="quotSalesmanName != null and quotSalesmanName != ''"> and quot_salesman_name like concat('%', #{quotSalesmanName}, '%')</if>
2024-05-31 16:37:12 +08:00
<if test="quotPrint != null and quotPrint != ''"> and quot_print = #{quotPrint}</if>
2024-04-02 11:24:37 +08:00
<if test="quotApprovalStatus != null and quotApprovalStatus != ''"> and quot_approval_status = #{quotApprovalStatus}</if>
2024-04-03 08:33:34 +08:00
<!-- 数据范围过滤 -->
${params.dataScope}
2024-04-02 11:24:37 +08:00
</where>
2024-04-08 15:56:14 +08:00
order by a.update_time desc
2024-04-02 11:24:37 +08:00
</select>
2024-06-04 13:59:43 +08:00
<select id="selectQuotListCount" resultType="String">
select count(1) from quot where quot_approval_status in ('1','2') and CONVERT(DATE, quot_inquiry_date) = CONVERT(DATE, GETDATE())
</select>
2024-04-02 11:24:37 +08:00
<select id="selectQuotByQuotId" parameterType="String" resultMap="QuotQuotMaterialResult">
2024-06-03 17:14:47 +08:00
select a.quot_id, a.quot_code,a.quot_jsw_code, a.quot_salesman_code, a.quot_salesman_bm, a.quot_salesman_name, a.quot_customer_bm,a.quot_customer_name,
2024-06-06 17:23:23 +08:00
a.quot_salesman_dept_id, a.quot_salesman_dept_name, a.quot_address, a.quot_contacts, a.quot_phone, a.quot_inquiry_date,
2024-04-07 11:16:40 +08:00
a.quot_project, a.quot_quotation_date, a.quot_quotation_from, a.quot_quotation_require, a.quot_feedback_explanation,
2024-04-17 13:47:56 +08:00
a.quot_quantity, a.quot_total_price, a.quot_check_user_name, u2.nick_name quot_check_user_nickname, a.quot_approval_status,
2024-05-28 17:27:29 +08:00
a.quot_lv_price,a.quot_tong_price,a.quot_matprice_diff,a.quot_print,u3.nick_name quot_print_user_name,
2024-04-07 11:16:40 +08:00
a.create_by, a.create_time, a.update_by, a.update_time,
2024-04-16 15:55:02 +08:00
a.quot_jsxz_standard,a.quot_jsxz_approval_status,a.quot_jsxz_chapter,
a.quot_jsxz_technical_requirement,a.quot_jsxz_group_values,a.quot_jsxz_confirm_id,
2024-04-11 16:56:56 +08:00
q.quot_jsqr_code quot_jsxz_confirm_code,
q.quot_jsqr_tl_approval_status,q.quot_jsqr_tl_remark,
q.quot_jsqr_dy_approval_status,q.quot_jsqr_dy_remark,
q.quot_jsqr_zy_approval_status,q.quot_jsqr_zy_remark,
q.quot_jsqr_qt_approval_status,q.quot_jsqr_qt_remark,
2024-04-16 15:55:02 +08:00
2024-05-17 17:26:03 +08:00
a.quot_hj_id,a.quot_hj_approval_status,
2024-04-16 15:55:02 +08:00
h.quot_hj_code,h.quot_hj_pricing_date,
h.quot_hj_remark,
2024-06-05 17:26:59 +08:00
a.quot_jsw_approval_status,a.quot_oa_approval_status,a.quot_oa_approval_remark,
2024-06-03 17:14:47 +08:00
2024-06-03 21:26:33 +08:00
b.mat_id as sub_mat_id, b.mat_xingh as sub_mat_xingh, b.mat_guig as sub_mat_guig,
b.mat_diany as sub_mat_diany, b.mat_standard as sub_mat_standard, b.mat_danw as sub_mat_danw, b.mat_sl as sub_mat_sl,
b.mat_remark as sub_mat_remark,
b.mat_matprice as sub_mat_matprice,
b.mat_price as sub_mat_price,
b.mat_quot_price as sub_mat_quot_price,
2024-06-06 10:12:38 +08:00
b.mat_quot_tp as sub_mat_quot_tp,
2024-06-03 21:26:33 +08:00
b.mat_quot_allPrice as sub_mat_quot_allPrice,
b.mat_matprice_diff as sub_mat_matprice_diff,
2024-06-05 13:05:55 +08:00
b.xh as sub_xh,
b.number as sub_number,
2024-06-03 21:26:33 +08:00
b.quot_id as sub_quot_id
2024-04-02 11:24:37 +08:00
from quot a
left join quot_material b on b.quot_id = a.quot_id
2024-04-08 14:02:04 +08:00
<include refid="quotJoins"/>
2024-04-02 11:24:37 +08:00
where a.quot_id = #{quotId}
2024-05-24 16:41:38 +08:00
order by b.number
2024-04-02 11:24:37 +08:00
</select>
2024-06-03 17:14:47 +08:00
<select id="selectQuotByQuotCode">
select quot_id from quot where quot_code = #{quotCode}
</select>
2024-05-24 15:46:00 +08:00
<select id="checkExistQuot" parameterType="String" resultType="String">
2024-05-24 13:37:29 +08:00
select count(1) from quot where quot_salesman_code != #{quotSalesmanCode}
and quot_customer_bm = #{quotCustomerBm} and quot_project = #{quotProject}
and quot_approval_status in ('1','2')
</select>
2024-04-02 11:24:37 +08:00
<insert id="insertQuot" parameterType="Quot">
insert into quot
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="quotId != null and quotId != ''">quot_id,</if>
<if test="quotCode != null and quotCode != ''">quot_code,</if>
2024-06-03 17:14:47 +08:00
<if test="quotJswCode != null and quotJswCode != ''">quot_jsw_code,</if>
2024-05-24 11:04:09 +08:00
<if test="quotSalesmanCode != null and quotSalesmanCode != ''">quot_salesman_code,</if>
2024-04-02 11:24:37 +08:00
<if test="quotSalesmanBm != null and quotSalesmanBm != ''">quot_salesman_bm,</if>
<if test="quotSalesmanName != null and quotSalesmanName != ''">quot_salesman_name,</if>
<if test="quotCustomerBm != null and quotCustomerBm != ''">quot_customer_bm,</if>
<if test="quotCustomerName != null and quotCustomerName != ''">quot_customer_name,</if>
<if test="quotSalesmanDeptId != null">quot_salesman_dept_id,</if>
<if test="quotSalesmanDeptName != null">quot_salesman_dept_name,</if>
<if test="quotAddress != null">quot_address,</if>
2024-06-06 17:23:23 +08:00
<if test="quotContacts != null">quot_contacts,</if>
2024-04-02 11:24:37 +08:00
<if test="quotPhone != null">quot_phone,</if>
<if test="quotInquiryDate != null">quot_inquiry_date,</if>
<if test="quotProject != null and quotProject != ''">quot_project,</if>
<if test="quotQuotationDate != null">quot_quotation_date,</if>
<if test="quotQuotationFrom != null">quot_quotation_from,</if>
<if test="quotQuotationRequire != null and quotQuotationRequire != ''">quot_quotation_require,</if>
<if test="quotFeedbackExplanation != null">quot_feedback_explanation,</if>
<if test="quotQuantity != null">quot_quantity,</if>
<if test="quotTotalPrice != null">quot_total_price,</if>
<if test="quotCheckUserName != null">quot_check_user_name,</if>
<if test="quotApprovalStatus != null">quot_approval_status,</if>
2024-05-24 11:04:09 +08:00
<if test="quotLvPrice != null">quot_lv_price,</if>
<if test="quotTongPrice != null">quot_tong_price,</if>
2024-05-28 17:27:29 +08:00
<if test="quotMatpriceDiff != null">quot_matprice_diff,</if>
2024-05-24 11:04:09 +08:00
<if test="quotPrint != null">quot_print,</if>
<if test="quotPrintUserName != null">quot_print_user_name,</if>
2024-04-02 11:24:37 +08:00
<if test="createBy != null">create_by,</if>
<if test="createTime != null">create_time,</if>
<if test="updateBy != null">update_by,</if>
<if test="updateTime != null">update_time,</if>
2024-04-07 11:16:40 +08:00
<if test="quotJsxzStandard != null">quot_jsxz_standard,</if>
<if test="quotJsxzApprovalStatus != null">quot_jsxz_approval_status,</if>
<if test="quotJsxzChapter != null">quot_jsxz_chapter,</if>
<if test="quotJsxzTechnicalRequirement != null">quot_jsxz_technical_requirement,</if>
2024-04-11 12:39:55 +08:00
<if test="quotJsxzGroupValues != null">quot_jsxz_group_values,</if>
2024-04-07 11:16:40 +08:00
<if test="quotJsxzConfirmId != null">quot_jsxz_confirm_id,</if>
2024-04-16 15:55:02 +08:00
2024-05-17 17:26:03 +08:00
<if test="quotHjId != null">quot_hj_id,</if>
2024-04-16 15:55:02 +08:00
<if test="quotHjApprovalStatus != null">quot_hj_approval_status,</if>
2024-06-03 17:14:47 +08:00
<if test="quotJswApprovalStatus != null">quot_jsw_approval_status,</if>
2024-06-04 08:52:22 +08:00
<if test="quotOAApprovalStatus != null">quot_oa_approval_status,</if>
2024-04-02 11:24:37 +08:00
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="quotId != null and quotId != ''">#{quotId},</if>
<if test="quotCode != null and quotCode != ''">#{quotCode},</if>
2024-06-03 17:14:47 +08:00
<if test="quotJswCode != null and quotJswCode != ''">#{quotJswCode},</if>
2024-05-24 11:04:09 +08:00
<if test="quotSalesmanCode != null and quotSalesmanCode != ''">#{quotSalesmanCode},</if>
2024-04-02 11:24:37 +08:00
<if test="quotSalesmanBm != null and quotSalesmanBm != ''">#{quotSalesmanBm},</if>
<if test="quotSalesmanName != null and quotSalesmanName != ''">#{quotSalesmanName},</if>
<if test="quotCustomerBm != null and quotCustomerBm != ''">#{quotCustomerBm},</if>
<if test="quotCustomerName != null and quotCustomerName != ''">#{quotCustomerName},</if>
<if test="quotSalesmanDeptId != null">#{quotSalesmanDeptId},</if>
<if test="quotSalesmanDeptName != null">#{quotSalesmanDeptName},</if>
<if test="quotAddress != null">#{quotAddress},</if>
2024-06-06 17:23:23 +08:00
<if test="quotContacts != null">#{quotContacts},</if>
2024-04-02 11:24:37 +08:00
<if test="quotPhone != null">#{quotPhone},</if>
<if test="quotInquiryDate != null">#{quotInquiryDate},</if>
<if test="quotProject != null and quotProject != ''">#{quotProject},</if>
<if test="quotQuotationDate != null">#{quotQuotationDate},</if>
<if test="quotQuotationFrom != null">#{quotQuotationFrom},</if>
<if test="quotQuotationRequire != null and quotQuotationRequire != ''">#{quotQuotationRequire},</if>
<if test="quotFeedbackExplanation != null">#{quotFeedbackExplanation},</if>
<if test="quotQuantity != null">#{quotQuantity},</if>
<if test="quotTotalPrice != null">#{quotTotalPrice},</if>
<if test="quotCheckUserName != null">#{quotCheckUserName},</if>
<if test="quotApprovalStatus != null">#{quotApprovalStatus},</if>
2024-05-24 11:04:09 +08:00
<if test="quotLvPrice != null">#{quotLvPrice},</if>
<if test="quotTongPrice != null">#{quotTongPrice},</if>
2024-05-28 17:27:29 +08:00
<if test="quotMatpriceDiff != null">#{quotMatpriceDiff},</if>
2024-05-24 11:04:09 +08:00
<if test="quotPrint != null">#{quotPrint},</if>
<if test="quotPrintUserName != null">#{quotPrintUserName},</if>
2024-04-02 11:24:37 +08:00
<if test="createBy != null">#{createBy},</if>
<if test="createTime != null">#{createTime},</if>
<if test="updateBy != null">#{updateBy},</if>
<if test="updateTime != null">#{updateTime},</if>
2024-04-07 11:16:40 +08:00
<if test="quotJsxzStandard != null">#{quotJsxzStandard},</if>
<if test="quotJsxzApprovalStatus != null">#{quotJsxzApprovalStatus},</if>
<if test="quotJsxzChapter != null">#{quotJsxzChapter},</if>
<if test="quotJsxzTechnicalRequirement != null">#{quotJsxzTechnicalRequirement},</if>
2024-04-11 12:39:55 +08:00
<if test="quotJsxzGroupValues != null">#{quotJsxzGroupValues},</if>
2024-04-07 11:16:40 +08:00
<if test="quotJsxzConfirmId != null">#{quotJsxzConfirmId},</if>
2024-04-16 15:55:02 +08:00
<if test="quotHjId != null">#{quotHjId},</if>
<if test="quotHjApprovalStatus != null">#{quotHjApprovalStatus},</if>
2024-06-03 17:14:47 +08:00
<if test="quotJswApprovalStatus != null">#{quotJswApprovalStatus},</if>
2024-06-04 08:52:22 +08:00
<if test="quotOAApprovalStatus != null">#{quotOAApprovalStatus},</if>
2024-04-02 11:24:37 +08:00
</trim>
</insert>
2024-06-05 13:05:55 +08:00
<select id="selectOAUserByUserName" resultType="SysOaQuot">
select top 1 id as userId,departmentid as departmentId from HrmResource where loginid = #{loginid}
</select>
<insert id="insertSysOAQuot" parameterType="SysOaQuot">
insert into sys_oa_quot
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="userId != null and userId != ''">user_id,</if>
<if test="departmentId != null and departmentId != ''">department_id,</if>
<if test="submissionTime != null and submissionTime != ''">submission_time,</if>
<if test="quotId != null and quotId != ''">quot_id,</if>
<if test="quotCode != null and quotCode != ''">quot_code,</if>
<if test="quotSalesmanName != null and quotSalesmanName != ''">quot_salesman_name,</if>
<if test="quotCustomerName != null and quotCustomerName != ''">quot_customer_name,</if>
<if test="quotAddress != null">quot_address,</if>
<if test="quotPhone != null">quot_phone,</if>
<if test="quotInquiryDate != null">quot_inquiry_date,</if>
<if test="quotProject != null and quotProject != ''">quot_project,</if>
<if test="quotQuotationRequire != null and quotQuotationRequire != ''">quot_quotation_require,</if>
<if test="quotLvPrice != null">quot_lv_price,</if>
<if test="quotTongPrice != null">quot_tong_price,</if>
<if test="quotMatpriceDiff != null">quot_matprice_diff,</if>
2024-06-05 17:26:59 +08:00
<if test="createTime != null">create_time,</if>
2024-06-05 20:39:30 +08:00
<if test="isFinish != null">isFinish,</if>
2024-06-05 13:05:55 +08:00
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="userId != null and userId != ''">#{userId},</if>
<if test="departmentId != null and departmentId != ''">#{departmentId},</if>
<if test="submissionTime != null and submissionTime != ''">#{submissionTime},</if>
<if test="quotId != null and quotId != ''">#{quotId},</if>
<if test="quotCode != null and quotCode != ''">#{quotCode},</if>
<if test="quotSalesmanName != null and quotSalesmanName != ''">#{quotSalesmanName},</if>
<if test="quotCustomerName != null and quotCustomerName != ''">#{quotCustomerName},</if>
<if test="quotAddress != null">#{quotAddress},</if>
<if test="quotPhone != null">#{quotPhone},</if>
<if test="quotInquiryDate != null">#{quotInquiryDate},</if>
<if test="quotProject != null and quotProject != ''">#{quotProject},</if>
<if test="quotQuotationRequire != null and quotQuotationRequire != ''">#{quotQuotationRequire},</if>
<if test="quotLvPrice != null">#{quotLvPrice},</if>
<if test="quotTongPrice != null">#{quotTongPrice},</if>
<if test="quotMatpriceDiff != null">#{quotMatpriceDiff},</if>
2024-06-05 17:26:59 +08:00
<if test="createTime != null">#{createTime},</if>
2024-06-05 20:39:30 +08:00
<if test="isFinish != null">#{isFinish},</if>
2024-06-05 13:05:55 +08:00
</trim>
</insert>
2024-04-02 11:24:37 +08:00
<update id="updateQuot" parameterType="Quot">
update quot
<trim prefix="SET" suffixOverrides=",">
<if test="quotCode != null and quotCode != ''">quot_code = #{quotCode},</if>
2024-06-03 17:14:47 +08:00
<if test="quotJswCode != null and quotJswCode != ''">quot_jsw_code = #{quotJswCode},</if>
2024-05-24 11:04:09 +08:00
<if test="quotSalesmanCode != null and quotSalesmanCode != ''">quot_salesman_code = #{quotSalesmanCode},</if>
2024-04-02 11:24:37 +08:00
<if test="quotSalesmanBm != null and quotSalesmanBm != ''">quot_salesman_bm = #{quotSalesmanBm},</if>
<if test="quotSalesmanName != null and quotSalesmanName != ''">quot_salesman_name = #{quotSalesmanName},</if>
<if test="quotCustomerBm != null and quotCustomerBm != ''">quot_customer_bm = #{quotCustomerBm},</if>
<if test="quotCustomerName != null and quotCustomerName != ''">quot_customer_name = #{quotCustomerName},</if>
<if test="quotSalesmanDeptId != null">quot_salesman_dept_id = #{quotSalesmanDeptId},</if>
<if test="quotSalesmanDeptName != null">quot_salesman_dept_name = #{quotSalesmanDeptName},</if>
<if test="quotAddress != null">quot_address = #{quotAddress},</if>
2024-06-06 17:23:23 +08:00
<if test="quotContacts != null">quot_contacts = #{quotContacts},</if>
2024-04-02 11:24:37 +08:00
<if test="quotPhone != null">quot_phone = #{quotPhone},</if>
<if test="quotInquiryDate != null">quot_inquiry_date = #{quotInquiryDate},</if>
<if test="quotProject != null and quotProject != ''">quot_project = #{quotProject},</if>
<if test="quotQuotationDate != null">quot_quotation_date = #{quotQuotationDate},</if>
<if test="quotQuotationFrom != null">quot_quotation_from = #{quotQuotationFrom},</if>
<if test="quotQuotationRequire != null and quotQuotationRequire != ''">quot_quotation_require = #{quotQuotationRequire},</if>
<if test="quotFeedbackExplanation != null">quot_feedback_explanation = #{quotFeedbackExplanation},</if>
<if test="quotQuantity != null">quot_quantity = #{quotQuantity},</if>
<if test="quotTotalPrice != null">quot_total_price = #{quotTotalPrice},</if>
<if test="quotCheckUserName != null">quot_check_user_name = #{quotCheckUserName},</if>
<if test="quotApprovalStatus != null">quot_approval_status = #{quotApprovalStatus},</if>
2024-05-24 11:04:09 +08:00
<if test="quotLvPrice != null">quot_lv_price = #{quotLvPrice},</if>
<if test="quotTongPrice != null">quot_tong_price = #{quotTongPrice},</if>
2024-05-28 17:27:29 +08:00
<if test="quotMatpriceDiff != null">quot_matprice_diff = #{quotMatpriceDiff},</if>
2024-05-24 11:04:09 +08:00
<if test="quotPrint != null">quot_print = #{quotPrint},</if>
<if test="quotPrintUserName != null">quot_print_user_name = #{quotPrintUserName},</if>
2024-04-02 11:24:37 +08:00
<if test="createBy != null">create_by = #{createBy},</if>
<if test="createTime != null">create_time = #{createTime},</if>
<if test="updateBy != null">update_by = #{updateBy},</if>
<if test="updateTime != null">update_time = #{updateTime},</if>
2024-04-07 11:16:40 +08:00
<if test="quotJsxzStandard != null">quot_jsxz_standard = #{quotJsxzStandard},</if>
<if test="quotJsxzApprovalStatus != null">quot_jsxz_approval_status = #{quotJsxzApprovalStatus},</if>
<if test="quotJsxzChapter != null">quot_jsxz_chapter = #{quotJsxzChapter},</if>
<if test="quotJsxzTechnicalRequirement != null">quot_jsxz_technical_requirement = #{quotJsxzTechnicalRequirement},</if>
2024-04-11 12:39:55 +08:00
<if test="quotJsxzGroupValues != null">quot_jsxz_group_values = #{quotJsxzGroupValues},</if>
2024-04-07 11:16:40 +08:00
<if test="quotJsxzConfirmId != null">quot_jsxz_confirm_id = #{quotJsxzConfirmId},</if>
2024-04-16 15:55:02 +08:00
2024-05-17 17:26:03 +08:00
<if test="quotHjId != null">quot_hj_id = #{quotHjId},</if>
2024-04-16 15:55:02 +08:00
<if test="quotHjApprovalStatus != null">quot_hj_approval_status = #{quotHjApprovalStatus},</if>
2024-06-03 17:14:47 +08:00
<if test="quotJswApprovalStatus != null">quot_jsw_approval_status = #{quotJswApprovalStatus},</if>
2024-06-04 08:52:22 +08:00
<if test="quotOAApprovalStatus != null">quot_oa_approval_status = #{quotOAApprovalStatus},</if>
</trim>
2024-04-02 11:24:37 +08:00
where quot_id = #{quotId}
</update>
<delete id="deleteQuotByQuotId" parameterType="String">
delete from quot where quot_id = #{quotId}
</delete>
<delete id="deleteQuotByQuotIds" parameterType="String">
delete from quot where quot_id in
<foreach item="quotId" collection="array" open="(" separator="," close=")">
#{quotId}
</foreach>
</delete>
<delete id="deleteQuotMaterialByQuotIds" parameterType="String">
delete from quot_material where quot_id in
<foreach item="quotId" collection="array" open="(" separator="," close=")">
#{quotId}
</foreach>
</delete>
<delete id="deleteQuotMaterialByQuotId" parameterType="String">
delete from quot_material where quot_id = #{quotId}
</delete>
<insert id="batchQuotMaterial">
2024-06-04 13:59:43 +08:00
insert into quot_material( mat_id, mat_xingh, mat_guig, mat_diany,mat_standard, mat_danw, mat_sl,mat_remark, quot_id,xh,number,mat_matprice,mat_price,mat_quot_price,mat_quot_tp,mat_quot_allPrice,mat_matprice_diff) values
2024-04-02 11:24:37 +08:00
<foreach item="item" index="index" collection="list" separator=",">
2024-06-04 13:59:43 +08:00
( #{item.matId}, #{item.matXingh}, #{item.matGuig}, #{item.matDiany}, #{item.matStandard}, #{item.matDanw}, cast(#{item.matSl,jdbcType=DECIMAL} as decimal(18,3)),#{item.matRemark}, #{item.quotId}, #{item.xh}, #{item.index}, cast(#{item.matMatprice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matPrice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matQuotPrice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matQuotTp,jdbcType=DECIMAL} as decimal(18,3)),cast(#{item.matQuotAllPrice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matMatpriceDiff,jdbcType=DECIMAL} as decimal(18,3)))
2024-04-02 11:24:37 +08:00
</foreach>
</insert>
2024-04-10 15:33:50 +08:00
2024-06-05 13:05:55 +08:00
<insert id="batchSysOaQuotMaterial">
insert into sys_oa_quot_material( mat_id, mat_xingh, mat_guig, mat_diany,mat_standard, mat_danw, mat_sl,mat_remark, quot_id,xh,number,mat_matprice,mat_price,mat_quot_price,mat_quot_allPrice,mat_matprice_diff) values
<foreach item="item" index="index" collection="list" separator=",">
( #{item.matId}, #{item.matXingh}, #{item.matGuig}, #{item.matDiany}, #{item.matStandard}, #{item.matDanw}, cast(#{item.matSl,jdbcType=DECIMAL} as decimal(18,3)),#{item.matRemark}, #{item.quotId}, #{item.xh}, #{item.index}, cast(#{item.matMatprice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matPrice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matQuotPrice,jdbcType=DECIMAL} as decimal(18,3)),cast(#{item.matQuotAllPrice,jdbcType=DECIMAL} as decimal(18,3)), cast(#{item.matMatpriceDiff,jdbcType=DECIMAL} as decimal(18,3)))
</foreach>
</insert>
2024-04-18 10:52:13 +08:00
<select id="selectQuotByQuotJsqrId" parameterType="String" resultMap="QuotQuotMaterialResult">
select a.quot_id, a.quot_code, a.quot_salesman_bm, a.quot_salesman_name, a.quot_customer_name,
a.quot_salesman_dept_id, a.quot_salesman_dept_name, a.quot_address, a.quot_phone, a.quot_inquiry_date,
a.quot_project, a.quot_quotation_date, a.quot_quotation_from, a.quot_quotation_require, a.quot_feedback_explanation,
a.quot_quantity, a.quot_total_price, a.quot_check_user_name, u2.nick_name quot_check_user_nickname, a.quot_approval_status,
a.create_by, a.create_time, a.update_by, a.update_time,
a.quot_jsxz_standard,a.quot_jsxz_approval_status,a.quot_jsxz_chapter,
a.quot_jsxz_technical_requirement,a.quot_jsxz_group_values,a.quot_jsxz_confirm_id,
q.quot_jsqr_code quot_jsxz_confirm_code,
q.quot_jsqr_tl_approval_status,q.quot_jsqr_tl_remark,
q.quot_jsqr_dy_approval_status,q.quot_jsqr_dy_remark,
q.quot_jsqr_zy_approval_status,q.quot_jsqr_zy_remark,
q.quot_jsqr_qt_approval_status,q.quot_jsqr_qt_remark,
2024-05-17 17:26:03 +08:00
a.quot_hj_id,a.quot_hj_approval_status,
2024-04-18 10:52:13 +08:00
h.quot_hj_code,h.quot_hj_pricing_date,
h.quot_hj_remark,
b.mat_id as sub_mat_id, b.mat_xingh as sub_mat_xingh, b.mat_guig as sub_mat_guig,
b.mat_diany as sub_mat_diany, b.mat_danw as sub_mat_danw, b.mat_sl as sub_mat_sl,
b.quot_id as sub_quot_id
from quot a
left join quot_material b on b.quot_id = a.quot_id
<include refid="quotJoins"/>
where a.quot_jsxz_confirm_id = #{quotJsqrId}
2024-04-10 15:33:50 +08:00
</select>
2024-04-18 10:52:13 +08:00
<select id="selectQuotByQuotHjId" parameterType="String" resultMap="QuotQuotMaterialResult">
select a.quot_id, a.quot_code, a.quot_salesman_bm, a.quot_salesman_name, a.quot_customer_name,
a.quot_salesman_dept_id, a.quot_salesman_dept_name, a.quot_address, a.quot_phone, a.quot_inquiry_date,
a.quot_project, a.quot_quotation_date, a.quot_quotation_from, a.quot_quotation_require, a.quot_feedback_explanation,
a.quot_quantity, a.quot_total_price, a.quot_check_user_name, u2.nick_name quot_check_user_nickname, a.quot_approval_status,
a.create_by, a.create_time, a.update_by, a.update_time,
a.quot_jsxz_standard,a.quot_jsxz_approval_status,a.quot_jsxz_chapter,
a.quot_jsxz_technical_requirement,a.quot_jsxz_group_values,a.quot_jsxz_confirm_id,
q.quot_jsqr_code quot_jsxz_confirm_code,
q.quot_jsqr_tl_approval_status,q.quot_jsqr_tl_remark,
q.quot_jsqr_dy_approval_status,q.quot_jsqr_dy_remark,
q.quot_jsqr_zy_approval_status,q.quot_jsqr_zy_remark,
q.quot_jsqr_qt_approval_status,q.quot_jsqr_qt_remark,
2024-05-17 17:26:03 +08:00
a.quot_hj_id,a.quot_hj_approval_status,
2024-04-18 10:52:13 +08:00
h.quot_hj_code,h.quot_hj_pricing_date,
h.quot_hj_remark,
b.mat_id as sub_mat_id, b.mat_xingh as sub_mat_xingh, b.mat_guig as sub_mat_guig,
b.mat_diany as sub_mat_diany, b.mat_danw as sub_mat_danw, b.mat_sl as sub_mat_sl,
b.quot_id as sub_quot_id
from quot a
left join quot_material b on b.quot_id = a.quot_id
<include refid="quotJoins"/>
2024-05-17 17:26:03 +08:00
where a.quot_hj_id = #{quotHjId}
2024-04-17 13:47:56 +08:00
</select>
2024-04-02 11:24:37 +08:00
</mapper>