1.补全mapper文件中缺失的字段。
This commit is contained in:
parent
ac3bd4cfbd
commit
50ab1d6ab1
|
@ -138,6 +138,9 @@ public class PoundBillServiceImpl extends ServiceImpl<PoundBillMapper, PoundBill
|
||||||
poundBill.setTrnunitid(appli.getTrnentname());
|
poundBill.setTrnunitid(appli.getTrnentname());
|
||||||
poundBill.setTrnunitname(appli.getTrnentname());
|
poundBill.setTrnunitname(appli.getTrnentname());
|
||||||
poundBill.setCardriver(appli.getCardriver());
|
poundBill.setCardriver(appli.getCardriver());
|
||||||
|
//设置星空的单据头ID和分录体ID
|
||||||
|
poundBill.setFid(appli.getFid());
|
||||||
|
poundBill.setFentity_fentryid(appli.getFentity_fentryid());
|
||||||
//设置数据
|
//设置数据
|
||||||
poundBill.setIsinuse("Y");
|
poundBill.setIsinuse("Y");
|
||||||
poundBill.setBillstate("2");
|
poundBill.setBillstate("2");
|
||||||
|
@ -211,6 +214,9 @@ public class PoundBillServiceImpl extends ServiceImpl<PoundBillMapper, PoundBill
|
||||||
poundBill.setTrnunitid(appli.getTrnentname());
|
poundBill.setTrnunitid(appli.getTrnentname());
|
||||||
poundBill.setTrnunitname(appli.getTrnentname());
|
poundBill.setTrnunitname(appli.getTrnentname());
|
||||||
poundBill.setCardriver(appli.getCardriver());
|
poundBill.setCardriver(appli.getCardriver());
|
||||||
|
//设置星空的单据头ID和分录体ID
|
||||||
|
poundBill.setFid(appli.getFid());
|
||||||
|
poundBill.setFentity_fentryid(appli.getFentity_fentryid());
|
||||||
//设置数据
|
//设置数据
|
||||||
poundBill.setIsinuse("Y");
|
poundBill.setIsinuse("Y");
|
||||||
poundBill.setBillstate("1");
|
poundBill.setBillstate("1");
|
||||||
|
|
|
@ -57,6 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="usrcode != null and usrcode != ''">usrcode,</if>
|
<if test="usrcode != null and usrcode != ''">usrcode,</if>
|
||||||
<if test="name != null and name != ''">name,</if>
|
<if test="name != null and name != ''">name,</if>
|
||||||
<if test="type != null">type,</if>
|
<if test="type != null">type,</if>
|
||||||
|
<if test="poundclass != null">poundclass,</if>
|
||||||
<if test="pos != null">pos,</if>
|
<if test="pos != null">pos,</if>
|
||||||
<if test="poundtype != null">poundtype,</if>
|
<if test="poundtype != null">poundtype,</if>
|
||||||
<if test="defweighttype != null">defweighttype,</if>
|
<if test="defweighttype != null">defweighttype,</if>
|
||||||
|
@ -73,6 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="usrcode != null and usrcode != ''">#{usrcode},</if>
|
<if test="usrcode != null and usrcode != ''">#{usrcode},</if>
|
||||||
<if test="name != null and name != ''">#{name},</if>
|
<if test="name != null and name != ''">#{name},</if>
|
||||||
<if test="type != null">#{type},</if>
|
<if test="type != null">#{type},</if>
|
||||||
|
<if test="poundclass != null">#{poundclass},</if>
|
||||||
<if test="pos != null">#{pos},</if>
|
<if test="pos != null">#{pos},</if>
|
||||||
<if test="poundtype != null">#{poundtype},</if>
|
<if test="poundtype != null">#{poundtype},</if>
|
||||||
<if test="defweighttype != null">#{defweighttype},</if>
|
<if test="defweighttype != null">#{defweighttype},</if>
|
||||||
|
@ -92,6 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="usrcode != null and usrcode != ''">usrcode = #{usrcode},</if>
|
<if test="usrcode != null and usrcode != ''">usrcode = #{usrcode},</if>
|
||||||
<if test="name != null and name != ''">name = #{name},</if>
|
<if test="name != null and name != ''">name = #{name},</if>
|
||||||
<if test="type != null">type = #{type},</if>
|
<if test="type != null">type = #{type},</if>
|
||||||
|
<if test="poundclass != null">poundclass = #{poundclass},</if>
|
||||||
<if test="pos != null">pos = #{pos},</if>
|
<if test="pos != null">pos = #{pos},</if>
|
||||||
<if test="poundtype != null">poundtype = #{poundtype},</if>
|
<if test="poundtype != null">poundtype = #{poundtype},</if>
|
||||||
<if test="defweighttype != null">defweighttype = #{defweighttype},</if>
|
<if test="defweighttype != null">defweighttype = #{defweighttype},</if>
|
||||||
|
|
|
@ -69,6 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="poundname != null">poundname,</if>
|
<if test="poundname != null">poundname,</if>
|
||||||
<if test="crtorgid != null">crtorgid,</if>
|
<if test="crtorgid != null">crtorgid,</if>
|
||||||
<if test="isinuse != null">isinuse,</if>
|
<if test="isinuse != null">isinuse,</if>
|
||||||
|
<if test="isused != null">isused,</if>
|
||||||
<if test="crtdt != null">crtdt,</if>
|
<if test="crtdt != null">crtdt,</if>
|
||||||
<if test="crtopr != null">crtopr,</if>
|
<if test="crtopr != null">crtopr,</if>
|
||||||
<if test="lstedtdt != null">lstedtdt,</if>
|
<if test="lstedtdt != null">lstedtdt,</if>
|
||||||
|
@ -87,6 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="poundname != null">#{poundname},</if>
|
<if test="poundname != null">#{poundname},</if>
|
||||||
<if test="crtorgid != null">#{crtorgid},</if>
|
<if test="crtorgid != null">#{crtorgid},</if>
|
||||||
<if test="isinuse != null">#{isinuse},</if>
|
<if test="isinuse != null">#{isinuse},</if>
|
||||||
|
<if test="isused != null">#{isused},</if>
|
||||||
<if test="crtdt != null">#{crtdt},</if>
|
<if test="crtdt != null">#{crtdt},</if>
|
||||||
<if test="crtopr != null">#{crtopr},</if>
|
<if test="crtopr != null">#{crtopr},</if>
|
||||||
<if test="lstedtdt != null">#{lstedtdt},</if>
|
<if test="lstedtdt != null">#{lstedtdt},</if>
|
||||||
|
@ -108,6 +110,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="poundname != null">poundname = #{poundname},</if>
|
<if test="poundname != null">poundname = #{poundname},</if>
|
||||||
<if test="crtorgid != null">crtorgid = #{crtorgid},</if>
|
<if test="crtorgid != null">crtorgid = #{crtorgid},</if>
|
||||||
<if test="isinuse != null">isinuse = #{isinuse},</if>
|
<if test="isinuse != null">isinuse = #{isinuse},</if>
|
||||||
|
<if test="isused != null">isused = #{isused},</if>
|
||||||
<if test="crtdt != null">crtdt = #{crtdt},</if>
|
<if test="crtdt != null">crtdt = #{crtdt},</if>
|
||||||
<if test="crtopr != null">crtopr = #{crtopr},</if>
|
<if test="crtopr != null">crtopr = #{crtopr},</if>
|
||||||
<if test="lstedtdt != null">lstedtdt = #{lstedtdt},</if>
|
<if test="lstedtdt != null">lstedtdt = #{lstedtdt},</if>
|
||||||
|
|
|
@ -76,6 +76,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="usrcode != null and usrcode != ''">usrcode,</if>
|
<if test="usrcode != null and usrcode != ''">usrcode,</if>
|
||||||
<if test="name != null and name != ''">name,</if>
|
<if test="name != null and name != ''">name,</if>
|
||||||
<if test="type != null">type,</if>
|
<if test="type != null">type,</if>
|
||||||
|
<if test="poundtype != null">poundtype,</if>
|
||||||
|
<if test="poundclass != null">poundclass,</if>
|
||||||
<if test="mac != null">mac,</if>
|
<if test="mac != null">mac,</if>
|
||||||
<if test="comport != null">comport,</if>
|
<if test="comport != null">comport,</if>
|
||||||
<if test="commset != null">commset,</if>
|
<if test="commset != null">commset,</if>
|
||||||
|
@ -89,6 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="getdatapos != null">getdatapos,</if>
|
<if test="getdatapos != null">getdatapos,</if>
|
||||||
<if test="getdatalen != null">getdatalen,</if>
|
<if test="getdatalen != null">getdatalen,</if>
|
||||||
<if test="crtorgid != null">crtorgid,</if>
|
<if test="crtorgid != null">crtorgid,</if>
|
||||||
|
<if test="oabilltype != null">oabilltype,</if>
|
||||||
<if test="remark != null">remark,</if>
|
<if test="remark != null">remark,</if>
|
||||||
<if test="isinuse != null">isinuse,</if>
|
<if test="isinuse != null">isinuse,</if>
|
||||||
<if test="crtdt != null">crtdt,</if>
|
<if test="crtdt != null">crtdt,</if>
|
||||||
|
@ -101,6 +104,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="usrcode != null and usrcode != ''">#{usrcode},</if>
|
<if test="usrcode != null and usrcode != ''">#{usrcode},</if>
|
||||||
<if test="name != null and name != ''">#{name},</if>
|
<if test="name != null and name != ''">#{name},</if>
|
||||||
<if test="type != null">#{type},</if>
|
<if test="type != null">#{type},</if>
|
||||||
|
<if test="poundtype != null">#{poundtype},</if>
|
||||||
|
<if test="poundclass != null">#{poundclass},</if>
|
||||||
<if test="mac != null">#{mac},</if>
|
<if test="mac != null">#{mac},</if>
|
||||||
<if test="comport != null">#{comport},</if>
|
<if test="comport != null">#{comport},</if>
|
||||||
<if test="commset != null">#{commset},</if>
|
<if test="commset != null">#{commset},</if>
|
||||||
|
@ -114,6 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="getdatapos != null">#{getdatapos},</if>
|
<if test="getdatapos != null">#{getdatapos},</if>
|
||||||
<if test="getdatalen != null">#{getdatalen},</if>
|
<if test="getdatalen != null">#{getdatalen},</if>
|
||||||
<if test="crtorgid != null">#{crtorgid},</if>
|
<if test="crtorgid != null">#{crtorgid},</if>
|
||||||
|
<if test="oabilltype != null">#{oabilltype},</if>
|
||||||
<if test="remark != null">#{remark},</if>
|
<if test="remark != null">#{remark},</if>
|
||||||
<if test="isinuse != null">#{isinuse},</if>
|
<if test="isinuse != null">#{isinuse},</if>
|
||||||
<if test="crtdt != null">#{crtdt},</if>
|
<if test="crtdt != null">#{crtdt},</if>
|
||||||
|
@ -129,6 +135,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="usrcode != null and usrcode != ''">usrcode = #{usrcode},</if>
|
<if test="usrcode != null and usrcode != ''">usrcode = #{usrcode},</if>
|
||||||
<if test="name != null and name != ''">name = #{name},</if>
|
<if test="name != null and name != ''">name = #{name},</if>
|
||||||
<if test="type != null">type = #{type},</if>
|
<if test="type != null">type = #{type},</if>
|
||||||
|
<if test="poundtype != null">type = #{poundtype},</if>
|
||||||
|
<if test="poundclass != null">type = #{poundclass},</if>
|
||||||
<if test="mac != null">mac = #{mac},</if>
|
<if test="mac != null">mac = #{mac},</if>
|
||||||
<if test="comport != null">comport = #{comport},</if>
|
<if test="comport != null">comport = #{comport},</if>
|
||||||
<if test="commset != null">commset = #{commset},</if>
|
<if test="commset != null">commset = #{commset},</if>
|
||||||
|
@ -142,6 +150,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="getdatapos != null">getdatapos = #{getdatapos},</if>
|
<if test="getdatapos != null">getdatapos = #{getdatapos},</if>
|
||||||
<if test="getdatalen != null">getdatalen = #{getdatalen},</if>
|
<if test="getdatalen != null">getdatalen = #{getdatalen},</if>
|
||||||
<if test="crtorgid != null">crtorgid = #{crtorgid},</if>
|
<if test="crtorgid != null">crtorgid = #{crtorgid},</if>
|
||||||
|
<if test="oabilltype != null">oabilltype = #{oabilltype},</if>
|
||||||
<if test="remark != null">remark = #{remark},</if>
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
<if test="isinuse != null">isinuse = #{isinuse},</if>
|
<if test="isinuse != null">isinuse = #{isinuse},</if>
|
||||||
<if test="crtdt != null">crtdt = #{crtdt},</if>
|
<if test="crtdt != null">crtdt = #{crtdt},</if>
|
||||||
|
|
|
@ -215,6 +215,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="srcbllusrcode != null">srcbllusrcode,</if>
|
<if test="srcbllusrcode != null">srcbllusrcode,</if>
|
||||||
<if test="remark != null">remark,</if>
|
<if test="remark != null">remark,</if>
|
||||||
<if test="boilerno != null">boilerno,</if>
|
<if test="boilerno != null">boilerno,</if>
|
||||||
|
|
||||||
|
<if test="agnstatus != null">agnstatus,</if>
|
||||||
|
<if test="agngrossmqty != null">agngrossmqty,</if>
|
||||||
|
<if test="agntaremqty != null">agntaremqty,</if>
|
||||||
|
<if test="agnnetmqty != null">agnnetmqty,</if>
|
||||||
|
<if test="ductmqty != null">ductmqty,</if>
|
||||||
|
<if test="ductmqtypre != null">ductmqtypre,</if>
|
||||||
|
|
||||||
<if test="steeno != null">steeno,</if>
|
<if test="steeno != null">steeno,</if>
|
||||||
<if test="unitlen != null">unitlen,</if>
|
<if test="unitlen != null">unitlen,</if>
|
||||||
<if test="indexid != null">indexid,</if>
|
<if test="indexid != null">indexid,</if>
|
||||||
|
@ -283,6 +291,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="srcbllusrcode != null">#{srcbllusrcode},</if>
|
<if test="srcbllusrcode != null">#{srcbllusrcode},</if>
|
||||||
<if test="remark != null">#{remark},</if>
|
<if test="remark != null">#{remark},</if>
|
||||||
<if test="boilerno != null">#{boilerno},</if>
|
<if test="boilerno != null">#{boilerno},</if>
|
||||||
|
|
||||||
|
<if test="agnstatus != null">#{agnstatus},</if>
|
||||||
|
<if test="agngrossmqty != null">#{agngrossmqty},</if>
|
||||||
|
<if test="agntaremqty != null">#{agntaremqty},</if>
|
||||||
|
<if test="agnnetmqty != null">#{agnnetmqty},</if>
|
||||||
|
<if test="ductmqty != null">#{ductmqty},</if>
|
||||||
|
<if test="ductmqtypre != null">#{ductmqtypre},</if>
|
||||||
|
|
||||||
<if test="steeno != null">#{steeno},</if>
|
<if test="steeno != null">#{steeno},</if>
|
||||||
<if test="unitlen != null">#{unitlen},</if>
|
<if test="unitlen != null">#{unitlen},</if>
|
||||||
<if test="indexid != null">#{indexid},</if>
|
<if test="indexid != null">#{indexid},</if>
|
||||||
|
@ -354,6 +370,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="srcbllusrcode != null">srcbllusrcode = #{srcbllusrcode},</if>
|
<if test="srcbllusrcode != null">srcbllusrcode = #{srcbllusrcode},</if>
|
||||||
<if test="remark != null">remark = #{remark},</if>
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
<if test="boilerno != null">boilerno = #{boilerno},</if>
|
<if test="boilerno != null">boilerno = #{boilerno},</if>
|
||||||
|
|
||||||
|
<if test="agnstatus != null">agnstatus = #{agnstatus},</if>
|
||||||
|
<if test="agngrossmqty != null">agngrossmqty = #{agngrossmqty},</if>
|
||||||
|
<if test="agntaremqty != null">agntaremqty = #{agntaremqty},</if>
|
||||||
|
<if test="agnnetmqty != null">agnnetmqty = #{agnnetmqty},</if>
|
||||||
|
<if test="ductmqty != null">ductmqty = #{ductmqty},</if>
|
||||||
|
<if test="ductmqtypre != null">ductmqtypre = #{ductmqtypre},</if>
|
||||||
|
|
||||||
<if test="steeno != null">steeno = #{steeno},</if>
|
<if test="steeno != null">steeno = #{steeno},</if>
|
||||||
<if test="unitlen != null">unitlen = #{unitlen},</if>
|
<if test="unitlen != null">unitlen = #{unitlen},</if>
|
||||||
<if test="indexid != null">indexid = #{indexid},</if>
|
<if test="indexid != null">indexid = #{indexid},</if>
|
||||||
|
|
|
@ -21,7 +21,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<result property="srcwghmqty" column="srcwghmqty" />
|
<result property="srcwghmqty" column="srcwghmqty" />
|
||||||
<result property="srcempmqty" column="srcempmqty" />
|
<result property="srcempmqty" column="srcempmqty" />
|
||||||
<result property="srccleanmqty" column="srccleanmqty" />
|
<result property="srccleanmqty" column="srccleanmqty" />
|
||||||
<result property="srcbsndt" column="srcbsndt" />
|
|
||||||
<result property="msrunit" column="msrunit" />
|
<result property="msrunit" column="msrunit" />
|
||||||
<result property="msrname" column="msrname" />
|
<result property="msrname" column="msrname" />
|
||||||
<result property="itmno" column="itmno" />
|
<result property="itmno" column="itmno" />
|
||||||
|
@ -126,6 +125,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="cardriver != null">cardriver,</if>
|
<if test="cardriver != null">cardriver,</if>
|
||||||
<if test="poundid != null">poundid,</if>
|
<if test="poundid != null">poundid,</if>
|
||||||
<if test="poundname != null">poundname,</if>
|
<if test="poundname != null">poundname,</if>
|
||||||
|
<if test="srcbilltype != null">srcbilltype,</if>
|
||||||
<if test="srcbillusrcode != null">srcbillusrcode,</if>
|
<if test="srcbillusrcode != null">srcbillusrcode,</if>
|
||||||
<if test="crtorgid != null">crtorgid,</if>
|
<if test="crtorgid != null">crtorgid,</if>
|
||||||
<if test="isinuse != null and isinuse != ''">isinuse,</if>
|
<if test="isinuse != null and isinuse != ''">isinuse,</if>
|
||||||
|
@ -134,10 +134,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="lstedtdt != null">lstedtdt,</if>
|
<if test="lstedtdt != null">lstedtdt,</if>
|
||||||
<if test="lstedtopr != null">lstedtopr,</if>
|
<if test="lstedtopr != null">lstedtopr,</if>
|
||||||
<if test="fid != null">fid,</if>
|
<if test="fid != null">fid,</if>
|
||||||
<if test="zgsId != null">zgsId,</if>
|
|
||||||
<if test="zgsName != null">zgsName,</if>
|
|
||||||
<if test="fentity_fentryid != null">fentity_fentryid,</if>
|
<if test="fentity_fentryid != null">fentity_fentryid,</if>
|
||||||
<if test="oabilltype != null">oabilltype,</if>
|
<if test="oabilltype != null">oabilltype,</if>
|
||||||
|
<if test="zgsId != null">zgsId,</if>
|
||||||
|
<if test="zgsName != null">zgsName,</if>
|
||||||
<if test="remark != null">remark,</if>
|
<if test="remark != null">remark,</if>
|
||||||
</trim>
|
</trim>
|
||||||
SELECT
|
SELECT
|
||||||
|
@ -164,6 +164,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="cardriver != null">#{cardriver},</if>
|
<if test="cardriver != null">#{cardriver},</if>
|
||||||
<if test="poundid != null">#{poundid},</if>
|
<if test="poundid != null">#{poundid},</if>
|
||||||
<if test="poundname != null">#{poundname},</if>
|
<if test="poundname != null">#{poundname},</if>
|
||||||
|
<if test="srcbilltype != null">#{srcbilltype},</if>
|
||||||
<if test="srcbillusrcode != null">#{srcbillusrcode},</if>
|
<if test="srcbillusrcode != null">#{srcbillusrcode},</if>
|
||||||
<if test="crtorgid != null">#{crtorgid},</if>
|
<if test="crtorgid != null">#{crtorgid},</if>
|
||||||
<if test="isinuse != null and isinuse != ''">#{isinuse},</if>
|
<if test="isinuse != null and isinuse != ''">#{isinuse},</if>
|
||||||
|
@ -172,10 +173,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="lstedtdt != null">#{lstedtdt},</if>
|
<if test="lstedtdt != null">#{lstedtdt},</if>
|
||||||
<if test="lstedtopr != null">#{lstedtopr},</if>
|
<if test="lstedtopr != null">#{lstedtopr},</if>
|
||||||
<if test="fid != null">#{fid},</if>
|
<if test="fid != null">#{fid},</if>
|
||||||
<if test="zgsId != null">#{zgsId},</if>
|
|
||||||
<if test="zgsName != null">#{zgsName},</if>
|
|
||||||
<if test="fentity_fentryid != null">#{fentity_fentryid},</if>
|
<if test="fentity_fentryid != null">#{fentity_fentryid},</if>
|
||||||
<if test="oabilltype != null">#{oabilltype},</if>
|
<if test="oabilltype != null">#{oabilltype},</if>
|
||||||
|
<if test="zgsId != null">#{zgsId},</if>
|
||||||
|
<if test="zgsName != null">#{zgsName},</if>
|
||||||
<if test="remark != null">#{remark},</if>
|
<if test="remark != null">#{remark},</if>
|
||||||
</trim>
|
</trim>
|
||||||
FROM DUAL
|
FROM DUAL
|
||||||
|
@ -210,6 +211,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="cardriver != null">cardriver = #{cardriver},</if>
|
<if test="cardriver != null">cardriver = #{cardriver},</if>
|
||||||
<if test="poundid != null">poundid = #{poundid},</if>
|
<if test="poundid != null">poundid = #{poundid},</if>
|
||||||
<if test="poundname != null">poundname = #{poundname},</if>
|
<if test="poundname != null">poundname = #{poundname},</if>
|
||||||
|
<if test="srcbilltype != null">srcbilltype = #{srcbilltype},</if>
|
||||||
<if test="srcbillusrcode != null">srcbillusrcode = #{srcbillusrcode},</if>
|
<if test="srcbillusrcode != null">srcbillusrcode = #{srcbillusrcode},</if>
|
||||||
<if test="crtorgid != null">crtorgid = #{crtorgid},</if>
|
<if test="crtorgid != null">crtorgid = #{crtorgid},</if>
|
||||||
<if test="isinuse != null">isinuse = #{isinuse},</if>
|
<if test="isinuse != null">isinuse = #{isinuse},</if>
|
||||||
|
@ -218,10 +220,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="lstedtdt != null">lstedtdt = #{lstedtdt},</if>
|
<if test="lstedtdt != null">lstedtdt = #{lstedtdt},</if>
|
||||||
<if test="lstedtopr != null">lstedtopr = #{lstedtopr},</if>
|
<if test="lstedtopr != null">lstedtopr = #{lstedtopr},</if>
|
||||||
<if test="fid != null">fid = #{fid},</if>
|
<if test="fid != null">fid = #{fid},</if>
|
||||||
<if test="zgsId != null">zgsId = #{zgsId},</if>
|
|
||||||
<if test="zgsName != null">zgsName = #{zgsName},</if>
|
|
||||||
<if test="fentity_fentryid != null">fentity_fentryid = #{fentity_fentryid},</if>
|
<if test="fentity_fentryid != null">fentity_fentryid = #{fentity_fentryid},</if>
|
||||||
<if test="oabilltype != null">oabilltype = #{oabilltype},</if>
|
<if test="oabilltype != null">oabilltype = #{oabilltype},</if>
|
||||||
|
<if test="zgsId != null">zgsId = #{zgsId},</if>
|
||||||
|
<if test="zgsName != null">zgsName = #{zgsName},</if>
|
||||||
<if test="remark != null">remark = #{remark},</if>
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
</trim>
|
</trim>
|
||||||
where id = #{id}
|
where id = #{id}
|
||||||
|
|
|
@ -9,13 +9,13 @@
|
||||||
<template v-if="device!=='mobile'">
|
<template v-if="device!=='mobile'">
|
||||||
<search id="header-search" class="right-menu-item" />
|
<search id="header-search" class="right-menu-item" />
|
||||||
|
|
||||||
<el-tooltip content="源码地址" effect="dark" placement="bottom">
|
<!-- <el-tooltip content="源码地址" effect="dark" placement="bottom">-->
|
||||||
<ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
|
<!-- <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />-->
|
||||||
</el-tooltip>
|
<!-- </el-tooltip>-->
|
||||||
|
|
||||||
<el-tooltip content="文档地址" effect="dark" placement="bottom">
|
<!-- <el-tooltip content="文档地址" effect="dark" placement="bottom">-->
|
||||||
<ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />
|
<!-- <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />-->
|
||||||
</el-tooltip>
|
<!-- </el-tooltip>-->
|
||||||
|
|
||||||
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue