This commit is contained in:
linfso 2024-07-02 11:34:59 +08:00
parent b8e0e1029a
commit a22bbc5e75
2 changed files with 4 additions and 8 deletions

View File

@ -40,7 +40,6 @@ public interface EmisWaybillAttachmentMapper extends BaseMapper<EmisWaybillAttac
public List<EmisWaybillAttachment> selectAttachmentListByBillCode(String billCode); public List<EmisWaybillAttachment> selectAttachmentListByBillCode(String billCode);
/** /**
* 新增 * 新增
* *

View File

@ -30,8 +30,7 @@ import com.xdadan.erp.emis.domain.enumtype.*;
import com.xdadan.erp.emis.domain.exception.EmisBizError; import com.xdadan.erp.emis.domain.exception.EmisBizError;
import com.xdadan.erp.emis.domain.vo.*; import com.xdadan.erp.emis.domain.vo.*;
import com.xdadan.erp.emis.domain.vo.scan.ScanInfo; import com.xdadan.erp.emis.domain.vo.scan.ScanInfo;
import com.xdadan.erp.emis.mapper.EmisRegionMapper; import com.xdadan.erp.emis.mapper.*;
import com.xdadan.erp.emis.mapper.EmisTransLineMapper;
import com.xdadan.erp.emis.service.*; import com.xdadan.erp.emis.service.*;
import com.xdadan.erp.emis.utils.WaybillHelper; import com.xdadan.erp.emis.utils.WaybillHelper;
import com.xdadan.erp.system.service.ISysUserService; import com.xdadan.erp.system.service.ISysUserService;
@ -39,7 +38,6 @@ import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import com.xdadan.erp.emis.mapper.EmisWaybillMapper;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils; import org.springframework.util.CollectionUtils;
@ -58,13 +56,13 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
private EmisWaybillMapper emisWaybillMapper; private EmisWaybillMapper emisWaybillMapper;
@Autowired @Autowired
private IEmisWaybillFeeitemService emisWaybillFeeitemMapper; private EmisWaybillFeeitemMapper emisWaybillFeeitemMapper;
@Autowired @Autowired
private IEmisWaybillCargoService emisWaybillCargoMapper; private EmisWaybillCargoMapper emisWaybillCargoMapper;
@Autowired @Autowired
private IEmisWaybillAttachmentService emisWaybillAttachmentMapper; private EmisWaybillAttachmentMapper emisWaybillAttachmentMapper;
@Autowired @Autowired
private EmisTransLineMapper emisTransLineMapper; private EmisTransLineMapper emisTransLineMapper;
@ -1569,7 +1567,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
} }
public static void main(String[] args) { public static void main(String[] args) {
// Snowflake snowflake = IdUtil.getSnowflake(0, 0); // Snowflake snowflake = IdUtil.getSnowflake(0, 0);