ソースを参照

新增统一信用代码添加

anderx 3 年 前
コミット
6507fc53cd
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

+ 1 - 0
src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

@@ -1489,6 +1489,7 @@ public class AdminCustomerApiController extends BaseApiController{
 	,Integer channelType,String orgCode){
 		Result res = new Result();
 		if (orgCode!=null){
+			orgCode=orgCode.trim();
 			if (customerService.checkOrgCode(orgCode)){
 				res.getError().add(buildError("","统一信用代码已存在"));
 				return res;