|
|
|
@@ -343,4 +343,13 @@ |
|
|
|
</if> |
|
|
|
</select> |
|
|
|
|
|
|
|
<insert id="insertWithId" parameterType="com.iformall.domain.po.WxBusiness" > |
|
|
|
INSERT INTO wx_business ( |
|
|
|
`id`,`title`,`type`,`create_date`,`update_date`,`final_tenant_id`,`is_system` |
|
|
|
) |
|
|
|
VALUES( |
|
|
|
#{id},#{title},#{type},#{createDate},#{updateDate},#{finalTenantId},#{isSystem} |
|
|
|
); |
|
|
|
</insert> |
|
|
|
|
|
|
|
</mapper> |