|
@@ -23,6 +23,9 @@ public class UserMirrorShopDsJoinOrderDetailView {
|
|
|
@DbField("select nickname from user where id = od.user_id limit 1")
|
|
@DbField("select nickname from user where id = od.user_id limit 1")
|
|
|
private String nickname;
|
|
private String nickname;
|
|
|
|
|
|
|
|
|
|
+ @DbField("od.user_id")
|
|
|
|
|
+ private Long userId;
|
|
|
|
|
+
|
|
|
@DbField("cast(od.money/100 as decimal(10,2))")
|
|
@DbField("cast(od.money/100 as decimal(10,2))")
|
|
|
private BigDecimal money;
|
|
private BigDecimal money;
|
|
|
|
|
|