lb用户同步的代码结构

This commit is contained in:
2026-05-19 07:29:43 +08:00
parent 8ddab219b7
commit 7c9ee9101e
10 changed files with 673 additions and 16 deletions

View File

@@ -169,9 +169,9 @@ public class HxrAdminOrderSelectService {
}
HxrOrderSelectResponse body = opt.get();
log.info("{} order/select ok count={} allMoney={}", label, body.count(), body.allMoney());
for (HxrOrderRow row : body.data()) {
log.info("hxr order row {}", JSON.writeValueAsString(row));
}
// for (HxrOrderRow row : body.data()) {
// log.info("hxr order row {}", JSON.writeValueAsString(row));
// }
}
private static String abbreviate(String s, int maxLen) {