|
|
@ -203,7 +203,7 @@ public class BdCustomerService extends FinKingDeeService { |
|
|
|
|
|
|
|
Map<String, String> mapParams = createMapParams(stringObjectMap); |
|
|
|
mapParams.put("IsDeleteEntry","False"); |
|
|
|
mapParams.put("fields","FName,FNumber,FDescription"); |
|
|
|
mapParams.put("fields","FName,FNumber,FDescription,FShortName"); |
|
|
|
mapParams.put("FCUSTID",fcustid); |
|
|
|
String kingDeeData = BdCustomerCastToKingDeeBillFields.getKingDeeData(mapParams); |
|
|
|
ResultBean<String> rb=ResultBean.fireFail(); |
|
|
|