Commit 6bd7528b authored by chase's avatar chase

fix bug

parent 0e12b330
......@@ -13,10 +13,10 @@
</select>
<delete id="deleteCellTemplateConfigByCellTemplate" parameterType="java.lang.Long">
DELETE FROM cell_template_config A
DELETE FROM cell_template_config
WHERE
id IN (SELECT
id
X.id
FROM
(SELECT
B.id
......
......@@ -5,11 +5,11 @@
<delete id="deleteKeyValueReferenceByCellTemplate" parameterType="java.lang.Long">
delete
FROM
key_value_reference a
key_value_reference
WHERE
id IN (
SELECT
id
x.id
FROM
(
SELECT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment