|
@@ -9,6 +9,7 @@
|
|
|
<result property="fBillno" column="f_billno"/>
|
|
|
<result property="fDeptid" column="f_deptid"/>
|
|
|
<result property="fCorpid" column="f_corpid"/>
|
|
|
+ <result property="fGoodsid" column="f_goodsid"/>
|
|
|
<result property="fStltypeid" column="f_stltypeid"/>
|
|
|
<result property="fFeetypeid" column="f_feetypeid"/>
|
|
|
<result property="tPackages" column="t_packages"/>
|
|
@@ -68,6 +69,7 @@
|
|
|
<if test="fBillno != null and fBillno != ''">and agre.f_billno = #{fBillno}</if>
|
|
|
<if test="fDeptid != null ">and agre.f_deptid = #{fDeptid}</if>
|
|
|
<if test="fCorpid != null ">and agre.f_corpid = #{fCorpid}</if>
|
|
|
+ <if test="fGoodsid != null">and agre.f_goodsid = #{fGoodsid}</if>
|
|
|
<if test="fStltypeid != null ">and agre.f_stltypeid = #{fStltypeid}</if>
|
|
|
<if test="fFeetypeid != null ">and agre.f_feetypeid = #{fFeetypeid}</if>
|
|
|
<if test="tPackages != null and tPackages != ''">and agre.t_packages = #{tPackages}</if>
|
|
@@ -91,6 +93,7 @@
|
|
|
<if test="fBillno != null and fBillno != ''">f_billno,</if>
|
|
|
<if test="fDeptid != null">f_deptid,</if>
|
|
|
<if test="fCorpid != null">f_corpid,</if>
|
|
|
+ <if test="fGoodsid != null">f_goodsid,</if>
|
|
|
<if test="fStltypeid != null">f_stltypeid,</if>
|
|
|
<if test="fFeetypeid != null">f_feetypeid,</if>
|
|
|
<if test="tPackages != null">t_packages,</if>
|
|
@@ -110,6 +113,7 @@
|
|
|
<if test="fBillno != null and fBillno != ''">#{fBillno},</if>
|
|
|
<if test="fDeptid != null">#{fDeptid},</if>
|
|
|
<if test="fCorpid != null">#{fCorpid},</if>
|
|
|
+ <if test="fGoodsid != null">#{fGoodsid},</if>
|
|
|
<if test="fStltypeid != null">#{fStltypeid},</if>
|
|
|
<if test="fFeetypeid != null">#{fFeetypeid},</if>
|
|
|
<if test="tPackages != null">#{tPackages},</if>
|
|
@@ -133,6 +137,7 @@
|
|
|
<if test="fBillno != null and fBillno != ''">f_billno = #{fBillno},</if>
|
|
|
<if test="fDeptid != null">f_deptid = #{fDeptid},</if>
|
|
|
<if test="fCorpid != null">f_corpid = #{fCorpid},</if>
|
|
|
+ <if test="fGoodsid != null">f_goodsid = #{fGoodsid},</if>
|
|
|
<if test="fStltypeid != null">f_stltypeid = #{fStltypeid},</if>
|
|
|
<if test="fFeetypeid != null">f_feetypeid = #{fFeetypeid},</if>
|
|
|
<if test="tPackages != null">t_packages = #{tPackages},</if>
|