|
@@ -119,7 +119,7 @@ public class BusJcbFdfxjyqServiceImpl extends BusJcabServiceImpl implements IBus
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public int reject(BusJcbFdfxjyq busJcbFdfxjyq) {
|
|
public int reject(BusJcbFdfxjyq busJcbFdfxjyq) {
|
|
|
setReject(busJcbFdfxjyq);
|
|
setReject(busJcbFdfxjyq);
|
|
|
- return update(busJcbFdfxjyq);
|
|
|
|
|
|
|
+ return busJcbFdfxjyqMapper.update(busJcbFdfxjyq);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -131,7 +131,7 @@ public class BusJcbFdfxjyqServiceImpl extends BusJcabServiceImpl implements IBus
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public int confirm(BusJcbFdfxjyq busJcbFdfxjyq) {
|
|
public int confirm(BusJcbFdfxjyq busJcbFdfxjyq) {
|
|
|
setConfirm(busJcbFdfxjyq);
|
|
setConfirm(busJcbFdfxjyq);
|
|
|
- return update(busJcbFdfxjyq);
|
|
|
|
|
|
|
+ return busJcbFdfxjyqMapper.update(busJcbFdfxjyq);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|