This commit is contained in:
linfso 2024-06-15 22:19:54 +08:00
parent 852cf24faf
commit 2621bd66e3
3 changed files with 2 additions and 3 deletions

View File

@ -163,10 +163,9 @@ public class EmisWaybillAttachmentController extends EmisBaseController
{
if(StringUtils.isEmpty(emisWaybillAttachment.getFileUrl())){
return AjaxResult.error("附件路径为空!");
return AjaxResult.error("附件fileUrl必传");
}
// 0-GOODS_PIC 1-揽收底单 2-签收底单
if(WaybillAttachType.SIGNED_PIC.typeCode.equals(emisWaybillAttachment.getAttachType())){
// 检查运单是否签收,如果没有签收需要做图片签收

View File

@ -29,7 +29,6 @@ public interface EmisWaybillMapper extends BaseMapper<EmisWaybill>
public EmisWaybill selectEmisWaybillByBillCode(@Param("billCode")String billCode);
public List<Map> selectWaybillStatByEmpCode(@Param("empCode")String empCode,@Param("waybillStatus")String waybillStatus);
public List<Map> selectCommissionStatDataByEmp(@Param("empCode")String empCode);

View File

@ -444,6 +444,7 @@ public class EmisBaseService {
return emisWaybillMapper.selectEmisWaybillByBillCode(billCode);
}
/**
* 更新打印状态
* @param billCode