diff --git a/src_core/com/tenwa/voucher/serviceImp/CustomerServiceImpl.java b/src_core/com/tenwa/voucher/serviceImp/CustomerServiceImpl.java index d26111198..933c2569b 100644 --- a/src_core/com/tenwa/voucher/serviceImp/CustomerServiceImpl.java +++ b/src_core/com/tenwa/voucher/serviceImp/CustomerServiceImpl.java @@ -19,7 +19,7 @@ public class CustomerServiceImpl implements CustomerService{ @SuppressWarnings("deprecation") public String Customer_syn(String CUST_ID,String CUST_NAME, String CUST_PK,String CUST_STATUS){ // 获取当前系统时间 - String startime = StringFunction.getTodayNow(); + String startime = StringFunction.getTodayNow(); // 反馈结果 String trueOrFalse="true"; // SQL定义