|
@@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="masterTableName != null">
|
|
|
master_table_name = #{masterTableName} AND
|
|
|
</if>
|
|
|
- <if test="master_id != null">
|
|
|
+ <if test="masterId != null">
|
|
|
master_id = #{masterId} AND
|
|
|
</if>
|
|
|
<!-- 删除条件为其他外键可以在这里加 -->
|