订单用户名非数据库字段
This commit is contained in:
1107
logs/websoft-api.log
Normal file
1107
logs/websoft-api.log
Normal file
File diff suppressed because it is too large
Load Diff
BIN
logs/websoft-api.log.2024-05-23.0.gz
Normal file
BIN
logs/websoft-api.log.2024-05-23.0.gz
Normal file
Binary file not shown.
@@ -89,6 +89,7 @@ public class ProfitLog implements Serializable {
|
|||||||
private Integer equipmentId;
|
private Integer equipmentId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "订单用户名")
|
@ApiModelProperty(value = "订单用户名")
|
||||||
|
@TableField(exist = false)
|
||||||
private String orderUserName;
|
private String orderUserName;
|
||||||
|
|
||||||
@ApiModelProperty(value = "订单用户手机号")
|
@ApiModelProperty(value = "订单用户手机号")
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<!-- 关联查询sql -->
|
<!-- 关联查询sql -->
|
||||||
<sql id="selectSql">
|
<sql id="selectSql">
|
||||||
SELECT a.*
|
SELECT a.*,b.user as orderUserName
|
||||||
FROM shop_profit_log a
|
FROM shop_profit_log a
|
||||||
<where>
|
<where>
|
||||||
<if test="param.profitId != null">
|
<if test="param.profitId != null">
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
2023-09-04 18:04:45.128 WARN 16904 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : removeAbandoned is true, not use in production.
|
|
||||||
2023-09-04 18:05:46.939 WARN 16904 --- [http-nio-9090-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://47.119.165.234:3308/open_ws?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8, version : 1.2.5, lastPacketReceivedIdleMillis : 60613
|
|
||||||
2023-09-04 18:05:46.960 WARN 16904 --- [http-nio-9090-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://47.119.165.234:3308/open_ws?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8, version : 1.2.5, lastPacketReceivedIdleMillis : 60897
|
|
||||||
2023-09-04 18:05:46.977 WARN 16904 --- [http-nio-9090-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://47.119.165.234:3308/open_ws?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8, version : 1.2.5, lastPacketReceivedIdleMillis : 61166
|
|
||||||
2023-09-04 18:05:46.993 WARN 16904 --- [http-nio-9090-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://47.119.165.234:3308/open_ws?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8, version : 1.2.5, lastPacketReceivedIdleMillis : 61393
|
|
||||||
2023-09-04 18:05:47.022 WARN 16904 --- [http-nio-9090-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://47.119.165.234:3308/open_ws?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8, version : 1.2.5, lastPacketReceivedIdleMillis : 61639
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user