|
|
@@ -566,7 +566,7 @@ public class CyFtpServiceImpl implements CyFtpService {
|
|
|
recordItems.setHblno(item.getMblno());
|
|
|
// 6).明细日期字段处理
|
|
|
try {
|
|
|
- formatter.parse(item.getApproachExitDate());
|
|
|
+ recordItems.setApproachExitDate(formatter.parse(item.getApproachExitDate()));
|
|
|
} catch (ParseException e) {
|
|
|
msg.append("进出场日期格式不正确,请传入格式为‘yyyy-MM-dd’正确格式日期");
|
|
|
}
|