大屏接口

dev_0531
yechenhao 5 years ago
parent 66d7799410
commit 297432e7e4

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

Loading…
Cancel
Save