Commit 4deaffbe61d3d7caf2f8225361e520c60145a952
1 parent
cd4fb4c4
m
Showing
1 changed file
with
1 additions
and
1 deletions
trash-workFlow/src/main/resources/mapper/GarMapper.xml
| @@ -4,7 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | @@ -4,7 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | ||
| 4 | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 4 | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| 5 | <mapper namespace="com.trash.business.mapper.GarMapper"> | 5 | <mapper namespace="com.trash.business.mapper.GarMapper"> |
| 6 | 6 | ||
| 7 | - <update id="updateDropPointInfo" parameterType="DropPointInfo"> | 7 | + <update id="updateDropPointById" parameterType="String"> |
| 8 | update drop_point_info Set update_time = NOW(),status = #{status} | 8 | update drop_point_info Set update_time = NOW(),status = #{status} |
| 9 | where id = #{id} | 9 | where id = #{id} |
| 10 | </update> | 10 | </update> |