更新
This commit is contained in:
parent
030f465c2a
commit
a74d7be510
@ -224,6 +224,9 @@ public class DlRepairTicketsServiceImpl extends ServiceImpl<DlRepairTicketsMappe
|
||||
if (ObjectUtil.isEmpty(ticketsRespVO.getAdviserId())) {
|
||||
throw exception0(500, "服务顾问为空");
|
||||
}
|
||||
if(StringUtils.isEmpty(ticketsRespVO.getRepairType())) {
|
||||
ticketsRespVO.setRepairType(RepairConstants.REPAIR_TYPE_A);
|
||||
}
|
||||
// ticketsRespVO.getItemList().forEach(item -> {
|
||||
// if (ObjectUtil.isEmpty(item.getRepairIds()) || ObjectUtil.isEmpty(item.getSaleId())) {
|
||||
// String message = "";
|
||||
|
||||
@ -212,7 +212,7 @@
|
||||
, drr.other_data AS settlementStr
|
||||
</if>
|
||||
FROM dl_repair_tickets drt
|
||||
INNER JOIN repair_order_info rorder ON rorder.goods_id = drt.id
|
||||
LEFT JOIN repair_order_info rorder ON rorder.goods_id = drt.id
|
||||
<if test="(map.payStatus != null and map.payStatus != '' and (map.payStatus == '01' or map.payStatus == '04')) or (map.payStatuses != null and map.payStatuses.size() > 0 and (map.payStatuses.indexOf('01') >= 0 or map.payStatuses.indexOf('04') >= 0))">
|
||||
LEFT JOIN (
|
||||
SELECT ticket_id, other_data,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user