fix:报关对比
This commit is contained in:
parent
7043f1c2f9
commit
132838a799
@ -104,6 +104,7 @@ public class CusdecToDeclaredocxTask extends AbstractTask {
|
|||||||
if (null != declaredocx) {
|
if (null != declaredocx) {
|
||||||
//申报状态
|
//申报状态
|
||||||
String yemDeclarationstatus = declaredocx.getString("yem_declarationstatus");
|
String yemDeclarationstatus = declaredocx.getString("yem_declarationstatus");
|
||||||
|
Date yemFiedatets = user.getDate("yem_fiedatets");//出口日期
|
||||||
//单一窗口报关单id
|
//单一窗口报关单id
|
||||||
Long yemCustomsdocumentid = declaredocx.getLong("yem_customsdocumentid");
|
Long yemCustomsdocumentid = declaredocx.getLong("yem_customsdocumentid");
|
||||||
if (!"结关".equals(yemDeclarationstatus)) {
|
if (!"结关".equals(yemDeclarationstatus)) {
|
||||||
@ -116,7 +117,10 @@ public class CusdecToDeclaredocxTask extends AbstractTask {
|
|||||||
if (dynamicObject != null) {
|
if (dynamicObject != null) {
|
||||||
yemCusdecstatusname = dynamicObject.getString("yem_cusdecstatusname");//申报状态
|
yemCusdecstatusname = dynamicObject.getString("yem_cusdecstatusname");//申报状态
|
||||||
declaredocx.set("yem_declarationstatus", yemCusdecstatusname);
|
declaredocx.set("yem_declarationstatus", yemCusdecstatusname);
|
||||||
|
declaredocx.set("yem_declarationstatus", yemCusdecstatusname);
|
||||||
|
declaredocx.set("yem_customsnumber", yemEntryid);
|
||||||
|
declaredocx.set("yem_exportdate", yemFiedatets);
|
||||||
|
declaredocx.set("yem_customsdocumentid", id);
|
||||||
} else {
|
} else {
|
||||||
declaredocx.set("yem_customsdocumentid", 0);
|
declaredocx.set("yem_customsdocumentid", 0);
|
||||||
}
|
}
|
||||||
@ -167,7 +171,6 @@ public class CusdecToDeclaredocxTask extends AbstractTask {
|
|||||||
extracted(data, "出口报关报关单号【" + declaredocxbillno + "】,第" + seq + "行未匹配到单一窗口报关单;\n", id, declaredocxbillno, yemBillno);
|
extracted(data, "出口报关报关单号【" + declaredocxbillno + "】,第" + seq + "行未匹配到单一窗口报关单;\n", id, declaredocxbillno, yemBillno);
|
||||||
} else {
|
} else {
|
||||||
String yemCusdecstatusname = user.getString("yem_cusdecstatusname");//申报状态
|
String yemCusdecstatusname = user.getString("yem_cusdecstatusname");//申报状态
|
||||||
Date yemFiedatets = user.getDate("yem_fiedatets");//出口日期
|
|
||||||
extracted(data, "出口报关报关单号【" + declaredocxbillno + "】成功匹配单一窗口报关单;\n", id, declaredocxbillno, yemBillno);
|
extracted(data, "出口报关报关单号【" + declaredocxbillno + "】成功匹配单一窗口报关单;\n", id, declaredocxbillno, yemBillno);
|
||||||
declaredocx.set("yem_declarationstatus", yemCusdecstatusname);
|
declaredocx.set("yem_declarationstatus", yemCusdecstatusname);
|
||||||
declaredocx.set("yem_customsnumber", yemEntryid);
|
declaredocx.set("yem_customsnumber", yemEntryid);
|
||||||
|
Loading…
Reference in New Issue
Block a user