|
|
|
@@ -520,7 +520,7 @@ public class WxCarController extends BaseController { |
|
|
|
.append(user.getUserId()).append(",") |
|
|
|
.append(user.getPhone()).append(",") |
|
|
|
.append(carNumber).append(",") |
|
|
|
.append(amountType.getCode()); |
|
|
|
.append(amountType.getCode()).append(","); |
|
|
|
if (rlength > 4) { |
|
|
|
attachSb.append(receiverAccount.substring(rlength-4,rlength)).append(","); |
|
|
|
}else { |
|
|
|
|