@ -22,7 +22,7 @@ public class StockOrderPostRequest {
private String type;
private String sourceType;
private String printStatus;
private String fromSubInvCode;
private List<StockOrderDetailEntity> subErpOrders;
private String customerId;
private String invWarehouseCode;
@ -161,6 +161,7 @@
<if test="batchNo != null">`batchNo`=#{batchNo},</if>
<if test="serialNo != null">`serialNo`=#{serialNo},</if>
<if test="relId != null">`relId`=#{relId},</if>
<if test="count != null">`count`=#{count},</if>
</set>
WHERE id=#{id}
</update>