this is 4.2 update
This commit is contained in:
parent
c4e1d506ca
commit
1b3ca354db
|
@ -114,7 +114,7 @@ public class ClothesRentOrderServiceImpl extends ServiceImpl<ClothesRentOrderMap
|
|||
@Override
|
||||
public void validIsBeenRented(Long clothesId) {
|
||||
QueryWrapper<ClothesRentOrder> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.in(OrderStatusConstant.PENDING_SHIPMENT, OrderStatusConstant.PENDING_DELIVERY);
|
||||
queryWrapper.in("orderStatus", OrderStatusConstant.PENDING_SHIPMENT, OrderStatusConstant.PENDING_DELIVERY);
|
||||
List<ClothesRentOrder> clothesRentOrderList = this.list(queryWrapper);
|
||||
for (ClothesRentOrder clothesRentOrder : clothesRentOrderList) {
|
||||
Long clothesSnapshotId = clothesRentOrder.getClothesSnapshot().getId();
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
spring:
|
||||
datasource:
|
||||
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# url: jdbc:mysql://154.8.193.216:3306/feiyi?serverTimezone=Asia/Shanghai
|
||||
# username: feiyi
|
||||
# password: 123456asd
|
||||
# hikari:
|
||||
# maximum-pool-size: 20
|
||||
# max-lifetime: 120000
|
||||
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://123.249.108.160:3306/feiyi-sc?serverTimezone=Asia/Shanghai
|
||||
|
|
Loading…
Reference in New Issue
Block a user