添加批次号
This commit is contained in:
+3
@@ -124,4 +124,7 @@ public class ImmediateInventoryPO {
|
|||||||
@ApiModelProperty("顶级组织ID")
|
@ApiModelProperty("顶级组织ID")
|
||||||
private Long topOrganizationId;
|
private Long topOrganizationId;
|
||||||
|
|
||||||
|
@ApiModelProperty("批次号")
|
||||||
|
private String batchNumber;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -641,7 +641,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
a.material_inventory_id,
|
a.material_inventory_id,
|
||||||
a.organization_id,
|
a.organization_id,
|
||||||
a.organization_name,
|
a.organization_name,
|
||||||
a.top_organization_id
|
a.top_organization_id,
|
||||||
|
a.batch_number
|
||||||
FROM
|
FROM
|
||||||
material_inventory a
|
material_inventory a
|
||||||
left join material_base_info b on a.material_base_info_id=b.material_base_info_id
|
left join material_base_info b on a.material_base_info_id=b.material_base_info_id
|
||||||
|
|||||||
Reference in New Issue
Block a user