lb用户同步的代码结构
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user