md
This commit is contained in:
parent
1a1655c5dc
commit
3d69bbc024
@ -87,6 +87,8 @@ public class EmisSite extends BaseEntity
|
||||
private String exigencePhone;
|
||||
/* 传真 */
|
||||
private String fax;
|
||||
/* 站点级别 */
|
||||
private String siteLevels;
|
||||
/* 站点描述 */
|
||||
private String siteDesc;
|
||||
/* 派送区域 */
|
||||
@ -191,9 +193,9 @@ public class EmisSite extends BaseEntity
|
||||
private String dataFrom;
|
||||
/* 站点区域 */
|
||||
private String siteArea;
|
||||
/* 允许代理金额 */
|
||||
/* 允许代收货款 */
|
||||
private String blAllowDispAgentMoney;
|
||||
/* 付款金额限制 */
|
||||
/* 代收货款金额限制 */
|
||||
private String dispGoodsPaymentLimited;
|
||||
/* 投递站点 */
|
||||
private String dispDeliverySite;
|
||||
@ -243,7 +245,7 @@ public class EmisSite extends BaseEntity
|
||||
private String blClass;
|
||||
/* 是否材料 */
|
||||
private String blMaterial;
|
||||
/* soon_piece_type */
|
||||
/* 快递产品类型 */
|
||||
private String soonPieceType;
|
||||
/* 省份区域 */
|
||||
private String provinceArea;
|
||||
@ -263,6 +265,10 @@ public class EmisSite extends BaseEntity
|
||||
private String blNotCashOut;
|
||||
/* 状态 1-启用 0-停用 */
|
||||
private String status;
|
||||
/* 增值服务 */
|
||||
private String incrementService;
|
||||
/* 是否允许仓库收货 */
|
||||
private String blWarehouseIn;
|
||||
/* 创建网点 */
|
||||
private String createSite;
|
||||
/* 更新网点 */
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
<result property="salePhone" column="sale_phone" />
|
||||
<result property="exigencePhone" column="exigence_phone" />
|
||||
<result property="fax" column="fax" />
|
||||
<result property="siteLevels" column="site_levels" />
|
||||
<result property="siteDesc" column="site_desc" />
|
||||
<result property="dispatchRange" column="dispatch_range" />
|
||||
<result property="notDispatchRange" column="not_dispatch_range" />
|
||||
@ -100,6 +101,7 @@
|
||||
<result property="sitePos" column="site_pos" />
|
||||
<result property="distributeCode" column="distribute_code" />
|
||||
<result property="blPushSite" column="bl_push_site" />
|
||||
<result property="logoType" column="logo_type" />
|
||||
<result property="sizeCode2" column="size_code2" />
|
||||
<result property="sizeCode3" column="size_code3" />
|
||||
<result property="auditStatus" column="audit_status" />
|
||||
@ -118,6 +120,8 @@
|
||||
<result property="blNotDisp" column="bl_not_disp" />
|
||||
<result property="blNotCashOut" column="bl_not_cash_out" />
|
||||
<result property="status" column="status" />
|
||||
<result property="incrementService" column="increment_service" />
|
||||
<result property="blWarehouseIn" column="bl_warehouse_in" />
|
||||
<result property="remark" column="remark" />
|
||||
<result property="tenantId" column="tenant_id" />
|
||||
<result property="delFlag" column="del_flag" />
|
||||
@ -160,6 +164,10 @@
|
||||
select a.name from emis_brand a where a.code = #{code} limit 1
|
||||
</select>
|
||||
|
||||
<sql id="selectEmisSiteVo">
|
||||
select id, site_code, site_name, site_name_en, parent_site_code, default_currency, cut_off_time, superior_finance_center_code, site_type, scope_type, default_destination_name_code, default_send_place, country_code, province, city, county, town, area_code, area_name, range_name, phone, principal, manager, manager_phone, sale_phone, exigence_phone, fax, site_levels, site_desc, dispatch_range, not_dispatch_range, public_remark, private_remark, order_num, financial_account, tb_ser_name, tb_ser_tel, tb_ser_ww, car_start_time, car_end_time, bl_web, join_time, maps_coordinate, specservice_range, qq, email, service_quality, sales_quality, levels, warehouse_name, site_limite, jy_mobile, jy_pwd, bl_not_input, stop_date, bl_allow_agent_money, bl_allow_topayment, goods_payment_limited, topayment_limited, bl_rec, bl_disp, bl_come, bl_open_taobao, bl_arbitration_department, bl_allow_agent_sign, bl_message, bl_provide, bl_projectclient, bl_vip_site, bl_dispatch_zt, bl_billto_account, account_code, address, disp_delivery_mode, trans_type_id, trans_type_name, org_id, org_name, data_from, site_area, bl_allow_disp_agent_money, disp_goods_payment_limited, disp_delivery_site, disp_delivery_site_code, vendor_name, credit_code, bl_cargo_service, bl_handling_service, pickup_center_site_code, bl_disp_good, bl_push_jd, push_date, reason, site_pos, distribute_code, bl_push_site, logo_type, size_code2, size_code3, audit_status, audit_date, audit_man_code, audit_site_code, bl_class, bl_material, soon_piece_type, province_area, second_area, second_area_code, province_area_code, bl_disp_good_name, bl_not_rec, bl_not_disp, bl_not_cash_out, status, increment_service, bl_warehouse_in, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_site
|
||||
</sql>
|
||||
|
||||
<select id="selectEmisSiteList" parameterType="EmisSite" resultMap="EmisSiteResult">
|
||||
<include refid="selectEmisSiteVo"/>
|
||||
<where>
|
||||
@ -170,16 +178,16 @@
|
||||
<if test="parentSiteCode != null and parentSiteCode != ''"> and parent_site_code = #{parentSiteCode}</if>
|
||||
<if test="defaultCurrency != null and defaultCurrency != ''"> and default_currency like concat('%', #{defaultCurrency}, '%')</if>
|
||||
<if test="cutOffTime != null and cutOffTime != ''"> and cut_off_time like concat('%', #{cutOffTime}, '%')</if>
|
||||
<if test="superiorFinanceCenterCode != null and superiorFinanceCenterCode != ''"> and superior_finance_center_code=#{superiorFinanceCenterCode}</if>
|
||||
<if test="siteType != null and siteType != ''"> and site_type=#{siteType}</if>
|
||||
<if test="scopeType != null and scopeType != ''"> and scope_type=#{scopeType}</if>
|
||||
<if test="superiorFinanceCenterCode != null and superiorFinanceCenterCode != ''"> and superior_finance_center_code = #{superiorFinanceCenterCode}</if>
|
||||
<if test="siteType != null and siteType != ''"> and site_type = #{siteType}</if>
|
||||
<if test="scopeType != null and scopeType != ''"> and scope_type = #{scopeType}</if>
|
||||
<if test="defaultDestinationNameCode != null and defaultDestinationNameCode != ''"> and default_destination_name_code like concat('%', #{defaultDestinationNameCode}, '%')</if>
|
||||
<if test="defaultSendPlace != null and defaultSendPlace != ''"> and default_send_place like concat('%', #{defaultSendPlace}, '%')</if>
|
||||
<if test="countryCode != null and countryCode != ''"> and country_code=#{countryCode}</if>
|
||||
<if test="province != null and province != ''"> and province=#{province}</if>
|
||||
<if test="city != null and city != ''"> and city=#{city}</if>
|
||||
<if test="county != null and county != ''"> and county=#{county}</if>
|
||||
<if test="town != null and town != ''"> and town=#{town}</if>
|
||||
<if test="countryCode != null and countryCode != ''"> and country_code = #{countryCode}</if>
|
||||
<if test="province != null and province != ''"> and province = #{province}</if>
|
||||
<if test="city != null and city != ''"> and city = #{city}</if>
|
||||
<if test="county != null and county != ''"> and county = #{county}</if>
|
||||
<if test="town != null and town != ''"> and town = #{town}</if>
|
||||
<if test="areaCode != null and areaCode != ''"> and area_code like concat('%', #{areaCode}, '%')</if>
|
||||
<if test="areaName != null and areaName != ''"> and area_name like concat('%', #{areaName}, '%')</if>
|
||||
<if test="rangeName != null and rangeName != ''"> and range_name like concat('%', #{rangeName}, '%')</if>
|
||||
@ -190,6 +198,7 @@
|
||||
<if test="salePhone != null and salePhone != ''"> and sale_phone like concat('%', #{salePhone}, '%')</if>
|
||||
<if test="exigencePhone != null and exigencePhone != ''"> and exigence_phone like concat('%', #{exigencePhone}, '%')</if>
|
||||
<if test="fax != null and fax != ''"> and fax like concat('%', #{fax}, '%')</if>
|
||||
<if test="siteLevels != null and siteLevels != ''"> and site_levels like concat('%', #{siteLevels}, '%')</if>
|
||||
<if test="siteDesc != null and siteDesc != ''"> and site_desc like concat('%', #{siteDesc}, '%')</if>
|
||||
<if test="dispatchRange != null and dispatchRange != ''"> and dispatch_range like concat('%', #{dispatchRange}, '%')</if>
|
||||
<if test="notDispatchRange != null and notDispatchRange != ''"> and not_dispatch_range like concat('%', #{notDispatchRange}, '%')</if>
|
||||
@ -202,7 +211,7 @@
|
||||
<if test="tbSerWw != null and tbSerWw != ''"> and tb_ser_ww like concat('%', #{tbSerWw}, '%')</if>
|
||||
<if test="carStartTime != null and carStartTime != ''"> and car_start_time like concat('%', #{carStartTime}, '%')</if>
|
||||
<if test="carEndTime != null and carEndTime != ''"> and car_end_time like concat('%', #{carEndTime}, '%')</if>
|
||||
<if test="blWeb != null and blWeb != ''"> and bl_web = #{blWeb}</if>
|
||||
<if test="blWeb != null and blWeb != ''"> and bl_web like concat('%', #{blWeb}, '%')</if>
|
||||
<if test="joinTime != null and joinTime != ''"> and join_time like concat('%', #{joinTime}, '%')</if>
|
||||
<if test="mapsCoordinate != null and mapsCoordinate != ''"> and maps_coordinate like concat('%', #{mapsCoordinate}, '%')</if>
|
||||
<if test="specserviceRange != null and specserviceRange != ''"> and specservice_range like concat('%', #{specserviceRange}, '%')</if>
|
||||
@ -215,24 +224,24 @@
|
||||
<if test="siteLimite != null and siteLimite != ''"> and site_limite like concat('%', #{siteLimite}, '%')</if>
|
||||
<if test="jyMobile != null and jyMobile != ''"> and jy_mobile like concat('%', #{jyMobile}, '%')</if>
|
||||
<if test="jyPwd != null and jyPwd != ''"> and jy_pwd like concat('%', #{jyPwd}, '%')</if>
|
||||
<if test="blNotInput != null and blNotInput != ''"> and bl_not_input = #{blNotInput}</if>
|
||||
<if test="blNotInput != null and blNotInput != ''"> and bl_not_input like concat('%', #{blNotInput}, '%')</if>
|
||||
<if test="stopDate != null and stopDate != ''"> and stop_date like concat('%', #{stopDate}, '%')</if>
|
||||
<if test="blAllowAgentMoney != null and blAllowAgentMoney != ''"> and bl_allow_agent_money = #{blAllowAgentMoney}</if>
|
||||
<if test="blAllowTopayment != null and blAllowTopayment != ''"> and bl_allow_topayment = #{blAllowTopayment}</if>
|
||||
<if test="blAllowAgentMoney != null and blAllowAgentMoney != ''"> and bl_allow_agent_money like concat('%', #{blAllowAgentMoney}, '%')</if>
|
||||
<if test="blAllowTopayment != null and blAllowTopayment != ''"> and bl_allow_topayment like concat('%', #{blAllowTopayment}, '%')</if>
|
||||
<if test="goodsPaymentLimited != null and goodsPaymentLimited != ''"> and goods_payment_limited like concat('%', #{goodsPaymentLimited}, '%')</if>
|
||||
<if test="topaymentLimited != null and topaymentLimited != ''"> and topayment_limited like concat('%', #{topaymentLimited}, '%')</if>
|
||||
<if test="blRec != null and blRec != ''"> and bl_rec like concat('%', #{blRec}, '%')</if>
|
||||
<if test="blDisp != null and blDisp != ''"> and bl_disp like concat('%', #{blDisp}, '%')</if>
|
||||
<if test="blCome != null and blCome != ''"> and bl_come = #{blCome}</if>
|
||||
<if test="blCome != null and blCome != ''"> and bl_come like concat('%', #{blCome}, '%')</if>
|
||||
<if test="blOpenTaobao != null and blOpenTaobao != ''"> and bl_open_taobao like concat('%', #{blOpenTaobao}, '%')</if>
|
||||
<if test="blArbitrationDepartment != null and blArbitrationDepartment != ''"> and bl_arbitration_department like concat('%', #{blArbitrationDepartment}, '%')</if>
|
||||
<if test="blAllowAgentSign != null and blAllowAgentSign != ''"> and bl_allow_agent_sign like concat('%', #{blAllowAgentSign}, '%')</if>
|
||||
<if test="blMessage != null and blMessage != ''"> and bl_message like concat('%', #{blMessage}, '%')</if>
|
||||
<if test="blProvide != null and blProvide != ''"> and bl_provide = #{blProvide}</if>
|
||||
<if test="blProvide != null and blProvide != ''"> and bl_provide like concat('%', #{blProvide}, '%')</if>
|
||||
<if test="blProjectclient != null and blProjectclient != ''"> and bl_projectclient like concat('%', #{blProjectclient}, '%')</if>
|
||||
<if test="blVipSite != null and blVipSite != ''"> and bl_vip_site like concat('%', #{blVipSite}, '%')</if>
|
||||
<if test="blDispatchZt != null and blDispatchZt != ''"> and bl_dispatch_zt = #{blDispatchZt}</if>
|
||||
<if test="blBilltoAccount != null and blBilltoAccount != ''"> and bl_billto_account = #{blBilltoAccount}</if>
|
||||
<if test="blDispatchZt != null and blDispatchZt != ''"> and bl_dispatch_zt like concat('%', #{blDispatchZt}, '%')</if>
|
||||
<if test="blBilltoAccount != null and blBilltoAccount != ''"> and bl_billto_account like concat('%', #{blBilltoAccount}, '%')</if>
|
||||
<if test="accountCode != null and accountCode != ''"> and account_code like concat('%', #{accountCode}, '%')</if>
|
||||
<if test="address != null and address != ''"> and address like concat('%', #{address}, '%')</if>
|
||||
<if test="dispDeliveryMode != null and dispDeliveryMode != ''"> and disp_delivery_mode like concat('%', #{dispDeliveryMode}, '%')</if>
|
||||
@ -253,30 +262,32 @@
|
||||
<if test="pickupCenterSiteCode != null and pickupCenterSiteCode != ''"> and pickup_center_site_code like concat('%', #{pickupCenterSiteCode}, '%')</if>
|
||||
<if test="blDispGood != null and blDispGood != ''"> and bl_disp_good like concat('%', #{blDispGood}, '%')</if>
|
||||
<if test="blPushJd != null and blPushJd != ''"> and bl_push_jd like concat('%', #{blPushJd}, '%')</if>
|
||||
<if test="pushDate != null "> and push_date like concat('%', #{pushDate}, '%')</if>
|
||||
<if test="pushDate != null "> and push_date = #{pushDate}</if>
|
||||
<if test="reason != null and reason != ''"> and reason like concat('%', #{reason}, '%')</if>
|
||||
<if test="sitePos != null and sitePos != ''"> and site_pos like concat('%', #{sitePos}, '%')</if>
|
||||
<if test="distributeCode != null and distributeCode != ''"> and distribute_code like concat('%', #{distributeCode}, '%')</if>
|
||||
<if test="blPushSite != null and blPushSite != ''"> and bl_push_site = #{blPushSite}</if>
|
||||
<if test="blPushSite != null and blPushSite != ''"> and bl_push_site like concat('%', #{blPushSite}, '%')</if>
|
||||
<if test="logoType != null and logoType != ''"> and logo_type like concat('%', #{logoType}, '%')</if>
|
||||
<if test="sizeCode2 != null and sizeCode2 != ''"> and size_code2 like concat('%', #{sizeCode2}, '%')</if>
|
||||
<if test="sizeCode3 != null and sizeCode3 != ''"> and size_code3 like concat('%', #{sizeCode3}, '%')</if>
|
||||
<if test="auditStatus != null and auditStatus != ''"> and audit_status like concat('%', #{auditStatus}, '%')</if>
|
||||
<if test="auditDate != null "> and audit_date like concat('%', #{auditDate}, '%')</if>
|
||||
<if test="auditDate != null "> and audit_date = #{auditDate}</if>
|
||||
<if test="auditManCode != null and auditManCode != ''"> and audit_man_code like concat('%', #{auditManCode}, '%')</if>
|
||||
<if test="auditSiteCode != null and auditSiteCode != ''"> and audit_site_code like concat('%', #{auditSiteCode}, '%')</if>
|
||||
<if test="blClass != null and blClass != ''"> and bl_class = #{blClass}</if>
|
||||
<if test="blMaterial != null and blMaterial != ''"> and bl_material = #{blMaterial}</if>
|
||||
<if test="blClass != null and blClass != ''"> and bl_class like concat('%', #{blClass}, '%')</if>
|
||||
<if test="blMaterial != null and blMaterial != ''"> and bl_material like concat('%', #{blMaterial}, '%')</if>
|
||||
<if test="soonPieceType != null and soonPieceType != ''"> and soon_piece_type like concat('%', #{soonPieceType}, '%')</if>
|
||||
<if test="provinceArea != null and provinceArea != ''"> and province_area like concat('%', #{provinceArea}, '%')</if>
|
||||
<if test="secondArea != null and secondArea != ''"> and second_area like concat('%', #{secondArea}, '%')</if>
|
||||
<if test="secondAreaCode != null and secondAreaCode != ''"> and second_area_code like concat('%', #{secondAreaCode}, '%')</if>
|
||||
<if test="provinceAreaCode != null and provinceAreaCode != ''"> and province_area_code like concat('%', #{provinceAreaCode}, '%')</if>
|
||||
<if test="blDispGoodName != null and blDispGoodName != ''"> and bl_disp_good_name = #{blDispGoodName}</if>
|
||||
<if test="blDispGoodName != null and blDispGoodName != ''"> and bl_disp_good_name like concat('%', #{blDispGoodName}, '%')</if>
|
||||
<if test="blNotRec != null and blNotRec != ''"> and bl_not_rec like concat('%', #{blNotRec}, '%')</if>
|
||||
<if test="blNotDisp != null and blNotDisp != ''"> and bl_not_disp like concat('%', #{blNotDisp}, '%')</if>
|
||||
<if test="blNotCashOut != null and blNotCashOut != ''"> and bl_not_cash_out like concat('%', #{blNotCashOut}, '%')</if>
|
||||
<if test="status != null and status != ''"> and status like concat('%', #{status}, '%')</if>
|
||||
<if test="incrementService != null and incrementService != ''"> and increment_service like concat('%', #{incrementService}, '%')</if>
|
||||
<if test="blWarehouseIn != null and blWarehouseIn != ''"> and bl_warehouse_in like concat('%', #{blWarehouseIn}, '%')</if>
|
||||
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if>
|
||||
<if test="tenantId != null and tenantId != ''"> and tenant_id like concat('%', #{tenantId}, '%')</if>
|
||||
<if test="delFlag != null and delFlag != ''"> and del_flag like concat('%', #{delFlag}, '%')</if>
|
||||
@ -287,11 +298,11 @@
|
||||
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
|
||||
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
|
||||
</where>
|
||||
order by site_code desc
|
||||
order by order_num desc
|
||||
</select>
|
||||
|
||||
<select id="selectEmisSiteById" parameterType="Long" resultMap="EmisSiteResult">
|
||||
select id, site_code, site_name, site_name_en, parent_site_code, default_currency, cut_off_time, superior_finance_center_code, site_type, scope_type, default_destination_name_code, default_send_place, country_code, province, city, county, town, area_code, area_name, range_name, phone, principal, manager, manager_phone, sale_phone, exigence_phone, fax, site_desc, dispatch_range, not_dispatch_range, public_remark, private_remark, order_num, financial_account, tb_ser_name, tb_ser_tel, tb_ser_ww, car_start_time, car_end_time, bl_web, join_time, maps_coordinate, specservice_range, qq, email, service_quality, sales_quality, levels, warehouse_name, site_limite, jy_mobile, jy_pwd, bl_not_input, stop_date, bl_allow_agent_money, bl_allow_topayment, goods_payment_limited, topayment_limited, bl_rec, bl_disp, bl_come, bl_open_taobao, bl_arbitration_department, bl_allow_agent_sign, bl_message, bl_provide, bl_projectclient, bl_vip_site, bl_dispatch_zt, bl_billto_account, account_code, address, disp_delivery_mode, trans_type_id, trans_type_name, org_id, org_name, data_from, site_area, bl_allow_disp_agent_money, disp_goods_payment_limited, disp_delivery_site, disp_delivery_site_code, vendor_name, credit_code, bl_cargo_service, bl_handling_service, pickup_center_site_code, bl_disp_good, bl_push_jd, push_date, reason, site_pos, distribute_code, bl_push_site, logo_type, size_code2, size_code3, audit_status, audit_date, audit_man_code, audit_site_code, bl_class, bl_material, soon_piece_type, province_area, second_area, second_area_code, province_area_code, bl_disp_good_name, bl_not_rec, bl_not_disp, bl_not_cash_out, status, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
|
||||
select id, site_code, site_name, site_name_en, parent_site_code, default_currency, cut_off_time, superior_finance_center_code, site_type, scope_type, default_destination_name_code, default_send_place, country_code, province, city, county, town, area_code, area_name, range_name, phone, principal, manager, manager_phone, sale_phone, exigence_phone, fax, site_levels, site_desc, dispatch_range, not_dispatch_range, public_remark, private_remark, order_num, financial_account, tb_ser_name, tb_ser_tel, tb_ser_ww, car_start_time, car_end_time, bl_web, join_time, maps_coordinate, specservice_range, qq, email, service_quality, sales_quality, levels, warehouse_name, site_limite, jy_mobile, jy_pwd, bl_not_input, stop_date, bl_allow_agent_money, bl_allow_topayment, goods_payment_limited, topayment_limited, bl_rec, bl_disp, bl_come, bl_open_taobao, bl_arbitration_department, bl_allow_agent_sign, bl_message, bl_provide, bl_projectclient, bl_vip_site, bl_dispatch_zt, bl_billto_account, account_code, address, disp_delivery_mode, trans_type_id, trans_type_name, org_id, org_name, data_from, site_area, bl_allow_disp_agent_money, disp_goods_payment_limited, disp_delivery_site, disp_delivery_site_code, vendor_name, credit_code, bl_cargo_service, bl_handling_service, pickup_center_site_code, bl_disp_good, bl_push_jd, push_date, reason, site_pos, distribute_code, bl_push_site, logo_type, size_code2, size_code3, audit_status, audit_date, audit_man_code, audit_site_code, bl_class, bl_material, soon_piece_type, province_area, second_area, second_area_code, province_area_code, bl_disp_good_name, bl_not_rec, bl_not_disp, bl_not_cash_out, status, increment_service, bl_warehouse_in, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
|
||||
from emis_site a
|
||||
where a.id = #{id}
|
||||
</select>
|
||||
@ -326,6 +337,7 @@
|
||||
<if test="salePhone != null and salePhone != ''">sale_phone,</if>
|
||||
<if test="exigencePhone != null and exigencePhone != ''">exigence_phone,</if>
|
||||
<if test="fax != null and fax != ''">fax,</if>
|
||||
<if test="siteLevels != null and siteLevels != ''">site_levels,</if>
|
||||
<if test="siteDesc != null and siteDesc != ''">site_desc,</if>
|
||||
<if test="dispatchRange != null and dispatchRange != ''">dispatch_range,</if>
|
||||
<if test="notDispatchRange != null and notDispatchRange != ''">not_dispatch_range,</if>
|
||||
@ -413,6 +425,8 @@
|
||||
<if test="blNotDisp != null and blNotDisp != ''">bl_not_disp,</if>
|
||||
<if test="blNotCashOut != null and blNotCashOut != ''">bl_not_cash_out,</if>
|
||||
<if test="status != null and status != ''">status,</if>
|
||||
<if test="incrementService != null and incrementService != ''">increment_service,</if>
|
||||
<if test="blWarehouseIn != null and blWarehouseIn != ''">bl_warehouse_in,</if>
|
||||
<if test="remark != null and remark != ''">remark,</if>
|
||||
<if test="tenantId != null and tenantId != ''">tenant_id,</if>
|
||||
<if test="delFlag != null and delFlag != ''">del_flag,</if>
|
||||
@ -451,6 +465,7 @@
|
||||
<if test="salePhone != null and salePhone != ''">#{salePhone},</if>
|
||||
<if test="exigencePhone != null and exigencePhone != ''">#{exigencePhone},</if>
|
||||
<if test="fax != null and fax != ''">#{fax},</if>
|
||||
<if test="siteLevels != null and siteLevels != ''">#{siteLevels},</if>
|
||||
<if test="siteDesc != null and siteDesc != ''">#{siteDesc},</if>
|
||||
<if test="dispatchRange != null and dispatchRange != ''">#{dispatchRange},</if>
|
||||
<if test="notDispatchRange != null and notDispatchRange != ''">#{notDispatchRange},</if>
|
||||
@ -538,6 +553,8 @@
|
||||
<if test="blNotDisp != null and blNotDisp != ''">#{blNotDisp},</if>
|
||||
<if test="blNotCashOut != null and blNotCashOut != ''">#{blNotCashOut},</if>
|
||||
<if test="status != null and status != ''">#{status},</if>
|
||||
<if test="incrementService != null and incrementService != ''">#{incrementService},</if>
|
||||
<if test="blWarehouseIn != null and blWarehouseIn != ''">#{blWarehouseIn},</if>
|
||||
<if test="remark != null and remark != ''">#{remark},</if>
|
||||
<if test="tenantId != null and tenantId != ''">#{tenantId},</if>
|
||||
<if test="delFlag != null and delFlag != ''">#{delFlag},</if>
|
||||
@ -579,6 +596,7 @@
|
||||
<if test="salePhone != null and salePhone != ''">sale_phone = #{salePhone},</if>
|
||||
<if test="exigencePhone != null and exigencePhone != ''">exigence_phone = #{exigencePhone},</if>
|
||||
<if test="fax != null and fax != ''">fax = #{fax},</if>
|
||||
<if test="siteLevels != null and siteLevels != ''">site_levels = #{siteLevels},</if>
|
||||
<if test="siteDesc != null and siteDesc != ''">site_desc = #{siteDesc},</if>
|
||||
<if test="dispatchRange != null and dispatchRange != ''">dispatch_range = #{dispatchRange},</if>
|
||||
<if test="notDispatchRange != null and notDispatchRange != ''">not_dispatch_range = #{notDispatchRange},</if>
|
||||
@ -666,6 +684,8 @@
|
||||
<if test="blNotDisp != null and blNotDisp != ''">bl_not_disp = #{blNotDisp},</if>
|
||||
<if test="blNotCashOut != null and blNotCashOut != ''">bl_not_cash_out = #{blNotCashOut},</if>
|
||||
<if test="status != null and status != ''">status = #{status},</if>
|
||||
<if test="incrementService != null and incrementService != ''">increment_service = #{incrementService},</if>
|
||||
<if test="blWarehouseIn != null and blWarehouseIn != ''">bl_warehouse_in = #{blWarehouseIn},</if>
|
||||
<if test="remark != null and remark != ''">remark = #{remark},</if>
|
||||
<if test="tenantId != null and tenantId != ''">tenant_id = #{tenantId},</if>
|
||||
<if test="delFlag != null and delFlag != ''">del_flag = #{delFlag},</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user