From 301115d5e96b56cd093eee3fcff2d60a15184162 Mon Sep 17 00:00:00 2001
From: hjg <hjg@123.com>
Date: 星期一, 05 二月 2024 14:28:29 +0800
Subject: [PATCH] 明晟装车记录

---
 JavaSource/com/mandi/fendan/service/impl/ErpService.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/JavaSource/com/mandi/fendan/service/impl/ErpService.java b/JavaSource/com/mandi/fendan/service/impl/ErpService.java
index 8331c99..de552bc 100644
--- a/JavaSource/com/mandi/fendan/service/impl/ErpService.java
+++ b/JavaSource/com/mandi/fendan/service/impl/ErpService.java
@@ -380,7 +380,6 @@
 					mm.put("td_wfdsl", wt.getTd_wfdsl());
 					mm.put("td_wfdzl", BigDecimalfiter.addscal(0, wt.getTd_wfdzl(), Contants.scale));
 				} catch (Exception e) {
-					// TODO: handle exception
 				}
 				rl.add(mm);
 			}
@@ -507,7 +506,6 @@
 				// mm.put("td_wfdzl",BigDecimalfiter.addscal(0, wt.getTd_wfdzl(),
 				// Contants.scale));
 				// } catch (Exception e) {
-				// // TODO: handle exception
 				// }
 				rl.add(mm);
 			}
@@ -939,7 +937,7 @@
 
 		this.fdvcper.del(vehicleId, lg.getDepartno(), fb.getSdepartNo());
 
-		// 鍙戦�丯C绯荤粺鍒犻櫎鍒嗗崟淇℃伅
+		// 鍙戦�丯C绯荤粺鍒犻櫎鍒嗗崟淇℃伅 todo 鍙戦�乶c鏆傛椂鍙栨秷鎺夛紝姝e紡瑕佹仮澶�
 		if (tdl != null && tdl.size() > 0) {
 			Fileoperation.AppendContentToFile(Fileoperation.gettestFileName(),
 					"鍙栨秷閰嶈溅涓氬姟鍗�  璇锋眰鎻愬崟 ::" + Jacksonmethod.tojson(tdl, false));

--
Gitblit v1.9.3