...
|
...
|
@@ -44,7 +44,7 @@ |
|
|
</select>
|
|
|
|
|
|
<insert id="insertArea" parameterType="com.yoho.order.model.Area">
|
|
|
insert into brand(id, code, caption)
|
|
|
insert into area(id, code, caption)
|
|
|
values (#{id}, #{code}, #{caption})
|
|
|
</insert>
|
|
|
</mapper> |
|
|
\ No newline at end of file |
...
|
...
|
|