|
|
@ -116,6 +116,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
+CAST(SUBSTRING_INDEX(warning.stake_mark, '+', -1) AS UNSIGNED)<#{endStakeMark} |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
order by warning.warning_time desc |
|
|
|
</select> |
|
|
|
|
|
|
|
<insert id="insertDcWarning" parameterType="DcWarning" useGeneratedKeys="true" keyProperty="id"> |
|
|
|