diff --git a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java
index 43e1f0ade..2ab2f195f 100644
--- a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java
+++ b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/EmisWaybillAjustApply.java
@@ -1,10 +1,10 @@
-/**
+/**
* @Project: emis
* @Title: EmisWaybillAjustApply.java
* @author linfso
- * @date 2024-06-25 23:39:28
+ * @date 2024-06-25 23:52:10
* @Copyright: ShangHai Duta 2022 All rights reserved.
- * @version v1.0
+ * @version v1.0
* @Description:
运单调整申请 实体类
*/
@@ -26,9 +26,9 @@ import lombok.Data;
* @ClassName EmisWaybillAjustApply
* @Description 运单调整申请
* @author linfso
- * @date 2024-06-25 23:39:28
+ * @date 2024-06-25 23:52:10
*/
- @Data
+@Data
public class EmisWaybillAjustApply extends BaseEntity
{
private static final long serialVersionUID = 1L;
@@ -59,6 +59,8 @@ public class EmisWaybillAjustApply extends BaseEntity
private String destConfirmNote;
/* 目的站点确认人代码 */
private String destConfirmManCode;
+ /* 目的财务中心编码 */
+ private String destFinanceCenterCode;
/* 改前值 */
private String oldValue;
/* 改后值 */
@@ -67,8 +69,8 @@ public class EmisWaybillAjustApply extends BaseEntity
private String blValueJson;
/* 申请备注 */
private String applyMemo;
- /* 目的财务中心编码 */
- private String destFinanceCenterCode;
+ /* 中心是否审核 0-未审核 1-审核通过 2-审核拒绝 */
+ private String blCenterConfirmed;
/* 中心确认编码 */
private String centerConfirmSiteCode;
/* 中心确认人 */
@@ -79,4 +81,19 @@ public class EmisWaybillAjustApply extends BaseEntity
/* 中心审核备注 */
private String centerConfirmNote;
+
+ // 扩展值
+ private String applyTypeName;
+ private String applyManName;
+ private String applySiteName;
+ private String applyFinanceCenterName;
+
+ private String destConfirmSiteName;
+ private String destConfirmManName;
+ private String destFinanceCenterName;
+
+ private String centerConfirmSiteName;
+ private String centerConfirmManName;
+
+
}
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml
index 718b4e239..d6aa3aff4 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml
@@ -1,9 +1,9 @@
+ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+ "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-
+
@@ -17,11 +17,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+
-
+
@@ -29,13 +30,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- select id, bill_code, apply_type, apply_man_code, apply_site_code, apply_finance_center_code, apply_date, bl_dest_confirmed, dest_confirm_site_code, dest_confirm_date, dest_confirm_note, dest_confirm_man_code, old_value, new_value, bl_value_json, apply_memo, dest_finance_center_code, center_confirm_site_code, center_confirm_man_code, center_confirm_date, center_confirm_note, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_waybill_ajust_apply
+ select id, bill_code, apply_type, apply_man_code, apply_site_code, apply_finance_center_code, apply_date, bl_dest_confirmed, dest_confirm_site_code, dest_confirm_date, dest_confirm_note, dest_confirm_man_code, dest_finance_center_code, old_value, new_value, bl_value_json, apply_memo, bl_center_confirmed, center_confirm_site_code, center_confirm_man_code, center_confirm_date, center_confirm_note, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_waybill_ajust_apply
+
+
+
+
-
+
-
+
insert into emis_waybill_ajust_apply
@@ -127,11 +169,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
dest_confirm_date,
dest_confirm_note,
dest_confirm_man_code,
+ dest_finance_center_code,
old_value,
new_value,
bl_value_json,
apply_memo,
- dest_finance_center_code,
+ bl_center_confirmed,
center_confirm_site_code,
center_confirm_man_code,
center_confirm_date,
@@ -145,7 +188,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update_time,
create_site,
update_site,
-
+
#{id},
#{billCode},
@@ -159,11 +202,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{destConfirmDate},
#{destConfirmNote},
#{destConfirmManCode},
+ #{destFinanceCenterCode},
#{oldValue},
#{newValue},
#{blValueJson},
#{applyMemo},
- #{destFinanceCenterCode},
+ #{blCenterConfirmed},
#{centerConfirmSiteCode},
#{centerConfirmManCode},
#{centerConfirmDate},
@@ -177,7 +221,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{updateTime},
#{createSite},
#{updateSite},
-
+
@@ -194,11 +238,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
dest_confirm_date = #{destConfirmDate},
dest_confirm_note = #{destConfirmNote},
dest_confirm_man_code = #{destConfirmManCode},
+ dest_finance_center_code = #{destFinanceCenterCode},
old_value = #{oldValue},
new_value = #{newValue},
bl_value_json = #{blValueJson},
apply_memo = #{applyMemo},
- dest_finance_center_code = #{destFinanceCenterCode},
+ bl_center_confirmed = #{blCenterConfirmed},
center_confirm_site_code = #{centerConfirmSiteCode},
center_confirm_man_code = #{centerConfirmManCode},
center_confirm_date = #{centerConfirmDate},
@@ -221,7 +266,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- delete from emis_waybill_ajust_apply where id in
+ delete from emis_waybill_ajust_apply where id in
#{id}