adapter fix

This commit is contained in:
MaxKey
2021-07-15 08:55:39 +08:00
parent 50137aca62
commit 29566e64ed

View File

@@ -61,6 +61,8 @@
issignature,
isadapter,
adapterid,
adaptername,
adapter,
principal,
@@ -100,6 +102,8 @@
#{isSignature},
#{isAdapter},
#{adapterId},
#{adapterName},
#{adapter},
#{principal},
@@ -146,6 +150,8 @@
<if test="adapter != null">
isadapter = #{isAdapter},
adapterid = #{adapterId},
adaptername = #{adapterName},
adapter = #{adapter},
</if>
principal = #{principal},