修改默认的维修类别为维修保养
This commit is contained in:
parent
6cf53afc9c
commit
cf4cf9e246
@ -270,7 +270,7 @@ public class DlRepairTicketsServiceImpl extends ServiceImpl<DlRepairTicketsMappe
|
||||
if (ObjectUtil.isNotEmpty(repairType)) {
|
||||
repairOrderInfo.setGoodsTitle(repairType.getLabel());
|
||||
} else {
|
||||
repairOrderInfo.setGoodsTitle("维修费用");
|
||||
repairOrderInfo.setGoodsTitle("维修保养");
|
||||
}
|
||||
repairOrderInfo.setGoodsType("2");
|
||||
CustomerMainRespVO customerById = customerMainService.getCustomerById(ticketsRespVO.getUserId());
|
||||
|
Loading…
Reference in New Issue
Block a user