|
@@ -722,7 +722,8 @@ public class OrderController extends BaseController {
|
|
iterator.remove();
|
|
iterator.remove();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ String client6= clientId.substring(clientId.length()-6,clientId.length());
|
|
|
|
+ productName=productName+"-"+equipment.getName()+"-"+client6;
|
|
String result = null;
|
|
String result = null;
|
|
try {
|
|
try {
|
|
result = tradeService.uniPay(
|
|
result = tradeService.uniPay(
|