Compare commits
2 Commits
1bfd3a598a
...
60d10c03a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 60d10c03a6 | |||
| f9a60cec99 |
@@ -95,5 +95,9 @@ public class WmsDeliveryWaybillDetailBo extends BaseEntity {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 发货计划ID(用于根据计划ID查询所有关联的发货单明细)
|
||||
*/
|
||||
private Long planId;
|
||||
|
||||
}
|
||||
|
||||
@@ -263,6 +263,9 @@
|
||||
<if test="bo.unitPrice != null">
|
||||
AND d.unit_price = #{bo.unitPrice}
|
||||
</if>
|
||||
<if test="bo.planId != null">
|
||||
AND w.plan_id = #{bo.planId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user