修复供应商类型默认值为null
This commit is contained in:
parent
43711374d6
commit
77e2db8dd7
|
@ -467,7 +467,7 @@ public class WsCustomerSynchronizationEventServiceImpl extends BaseService<WsCus
|
||||||
def9 = "03";
|
def9 = "03";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
def9 = "4599320723300108944";
|
def9 = null;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue