|
|
@@ -453,7 +453,7 @@
|
|
|
/* TsaPlan.deletePlanBrand */
|
|
|
DELETE
|
|
|
FROM TB_PLAN_BRAND
|
|
|
- WHERE PLAN_SQ = ${planSq}
|
|
|
+ WHERE PLAN_SQ = #{planSq}
|
|
|
</delete>
|
|
|
|
|
|
<insert id="createPlanAfChannel" parameterType="Plan">
|
|
|
@@ -564,7 +564,7 @@
|
|
|
/* TsaPlan.deletePlanCate */
|
|
|
DELETE
|
|
|
FROM TB_PLAN_CATE
|
|
|
- WHERE PLAN_SQ = ${planSq}
|
|
|
+ WHERE PLAN_SQ = #{planSq}
|
|
|
</delete>
|
|
|
|
|
|
<select id="getPlanCateList" parameterType="Plan" resultType="Plan">
|