|
|
@@ -244,7 +244,7 @@ public class SeekPurchaseBomServiceImpl implements SeekPurchaseBomService {
|
|
|
if (StringUtils.isEmpty(codeValue)) {
|
|
|
result += 1;
|
|
|
} else {
|
|
|
- String code = StringUtilB2C.replaceLineBreak(StringUtilB2C.getStr(codeValue));
|
|
|
+ String code = StringUtilB2C.getStr(codeValue).trim();
|
|
|
try {
|
|
|
code = com.uas.platform.b2c.fa.payment.utils.StringUtils.cutOutString(code, 100);
|
|
|
if (!match(code)) {
|