zouxuan 3 years ago
parent
commit
f1db0ca4ba

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentPaymentOrderServiceImpl.java

@@ -409,7 +409,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
             confirm.put("div_members", divMembers);
             try {
                 Map<String, Object> map = Payment.createConfirm(confirm);
-                LOGGER.info("分账信息返回:",map);
+                LOGGER.info("分账信息返回:{}",map);
             } catch (Exception e) {
                 continue;
             }