单据扫码:支持序列号查询,先根据序列号查询条码,如果查不到就直接查条码

This commit is contained in:
季圣华
2023-05-24 22:32:41 +08:00
parent dca981467e
commit 39bdda9002
4 changed files with 23 additions and 0 deletions

View File

@@ -156,4 +156,6 @@ public interface MaterialMapperEx {
@Param("unit") String unit,
@Param("unitId") Long unitId);
MaterialExtend getMaterialExtendBySerialNumber(
@Param("serialNumber") String serialNumber);
}