Merge remote-tracking branch 'origin/dev_fifo_z' into dev_fifo_z

dev_unify
yewj 7 months ago
commit ae7bcaf284

@ -185,7 +185,8 @@ public class SysWorkplaceDocumentEntity {
private Integer shipper;
/**
* 1: 2: 3:,4:,5:,6:,7
* 5: 6: 2:,1:,4:,3:,7
* !!!!!!
*/
@TableField(value = "consignee")
private Integer consignee;

@ -230,5 +230,6 @@ public class InvProductResponse {
*/
@TableField(value = "medicareType")
private Integer medicareType;
private String packUnit;
}

@ -31,6 +31,7 @@
bp.productsType,
bp.levelUnit,
bp.prepnUnit,
bp.packUnit,
bp.prepnSpec,
bp.specialCode,
bp.storageCondition,

@ -51,6 +51,7 @@
bp.basicPrductRemak6,
bp.basicPrductRemak7,
bp.basicPrductRemak8,
bp.packUnit,
ip.price
from inv_product ip
inner join basic_udirel on ip.relIdFk = basic_udirel.id

Loading…
Cancel
Save