|
|
|
@ -256,6 +256,8 @@ public class CustomerService {
|
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
|
|
if (turnBackDTOS.getJoinTime() != null){
|
|
|
|
|
insertCustomer.setCreateTime(sdf.parse(turnBackDTOS.getJoinTime()));
|
|
|
|
|
}else{
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (null != opCustomer) {
|
|
|
|
|
//更新一下
|
|
|
|
|