|
|
@@ -297,12 +297,12 @@ public class CustomerInfo {
|
|
|
this.cu_departsituation = cu_departsituation;
|
|
|
}
|
|
|
|
|
|
- public CustomerInfo () {
|
|
|
+ public CustomerInfo() {
|
|
|
|
|
|
}
|
|
|
|
|
|
- public CustomerInfo (CustInfo info) {
|
|
|
- if(info!=null) {
|
|
|
+ public CustomerInfo(CustInfo info) {
|
|
|
+ if (info != null) {
|
|
|
this.id = info.getId();
|
|
|
this.cu_name = info.getCu_name();
|
|
|
this.cu_engname = info.getCu_engname();
|