项目详情增加加钟项目列表

This commit is contained in:
曹磊 2024-07-09 16:49:27 +08:00
parent 5c750a5b35
commit 13c27e4c1b
1 changed files with 8 additions and 0 deletions

View File

@ -338,6 +338,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -359,6 +360,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -381,6 +383,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -476,6 +479,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -498,6 +502,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -521,6 +526,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -575,6 +581,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
.last("limit 1"));
if (artificerTime != null) {
map.put("code","1");
return map;
}
}
}
@ -1325,6 +1332,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
MassageType massageType = massageTypeService.getById(massageTypeId);
orders.setMassageTypeId(massageTypeId);
orders.setEntryName(massageType.getTitle());
orders.setDuration(massageType.getDuration());
orders.setPrice(BigDecimal.ZERO);
orders.setMassageMoney(oldOrders.getMassageMoney());