md
This commit is contained in:
parent
852cf24faf
commit
2621bd66e3
@ -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())){
|
||||
// 检查运单是否签收,如果没有签收需要做图片签收
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -444,6 +444,7 @@ public class EmisBaseService {
|
||||
return emisWaybillMapper.selectEmisWaybillByBillCode(billCode);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 更新打印状态
|
||||
* @param billCode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user