@@ -110,6 +110,7 @@
source,
userID,
status,
+ weights,
logo,
description,
auditNote,
@@ -122,6 +123,7 @@
#{source},
#{userID},
#{status},
+ #{weights},
#{logo},
#{description},
#{auditNote},
@@ -138,6 +140,7 @@
source = #{source},
userID = #{userID},
status = #{status},
+ weights = #{weights},
auditNote = #{auditNote},
sort = #{sort},
logo = #{logo},