|
|
@@ -209,7 +209,7 @@ public class ConsumeBusiness {
|
|
|
p.setCreditType(baseBusiness.getCreditType(p.getStatusFlag()));
|
|
|
p.setRecordStatus(364L);
|
|
|
try {
|
|
|
- R<ErrorInfo> result = postOrder(p, "", "");
|
|
|
+ R<ErrorInfo> result = fullOrder(p, "", "");
|
|
|
if (R.isSuccess(result)) {
|
|
|
doMessage.add(MessageFormat.format("[入账成功]-[{0}]", JsonUtils.toJsonString(p)));
|
|
|
success.getAndIncrement();
|