md
This commit is contained in:
parent
c4d1d2b793
commit
49199474e1
@ -30,7 +30,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
* @author linfso
|
||||
* @date 2024-02-29 08:15:14
|
||||
*/
|
||||
public interface IEmisWaybillService extends IBaseService
|
||||
public interface IEmisWaybillService extends IDataAuditParser
|
||||
{
|
||||
|
||||
|
||||
|
||||
@ -119,7 +119,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public Object selectAuditDataById(Serializable id) {
|
||||
public Object getAuditObjectById(Object id,DataAuditLog daLog) {
|
||||
EmisWaybill emisWaybill = emisWaybillMapper.selectEmisWaybillById((Long)id);
|
||||
return emisWaybill;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user