|
@@ -47,7 +47,7 @@ public class FillPropertyCodeService {
|
|
index++;
|
|
index++;
|
|
updatePropertyCode(property.getId());
|
|
updatePropertyCode(property.getId());
|
|
System.out
|
|
System.out
|
|
- .println(String.format("处理:%s--> id:%s, code:%s", index, property.getId(), property.getCode()));
|
|
|
|
|
|
+ .println(String.format("处理:%s--> id:%s", index, property.getId()));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|