|
|
@ -96,7 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="locationDescription != null">#{locationDescription},</if> |
|
|
|
<if test="locationType != null">#{locationType},</if> |
|
|
|
<if test="detailedReasons != null">#{detailedReasons},</if> |
|
|
|
<if test="endStakeMark != null">#{end_stake_mark},</if> |
|
|
|
<if test="endStakeMark != null">#{endStakeMark},</if> |
|
|
|
</trim> |
|
|
|
</insert> |
|
|
|
|
|
|
|