提交 cced0c91 authored 作者: inroi's avatar inroi

完成代码

上级 63bd7e4a
......@@ -738,8 +738,8 @@ CREATE TABLE `tb_kingdee_field_mapping` (
`third_party_field` varchar(128) NOT NULL COMMENT '第三方字段',
`third_party_field_name` varchar(128) NOT NULL COMMENT '第三方字段名称',
`sort_order` int NOT NULL COMMENT '排序顺序',
`default_value` varchar(128) NOT NULL COMMENT '默认值',
`map_bill` varchar(128) NOT NULL COMMENT '匹配表单',
`default_value` varchar(128) COMMENT '默认值',
`map_bill` varchar(128) COMMENT '匹配表单',
`create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
......
......@@ -32,12 +32,10 @@
<if test="operation != null and operation == 2">
platform_product_relation_id = #{platformProductRelationId} AND doc_type = #{docType} AND operation = #{operation}
</if>
<if test="operation != null and operation == 1">
platform_product_relation_id = #{platformProductRelationId} AND s_form_id = #{sFormId} AND operation = #{operation}
</if>
<if test="operation != null and operation == 3">
<if test="operation != null and operation != 2">
platform_product_relation_id = #{platformProductRelationId} AND s_form_id = #{sFormId} AND operation = #{operation}
</if>
</where>
order by pai_xu asc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论