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 | 4 | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| 5 | 5 | <mapper namespace="com.trash.business.mapper.GarMapper"> |
| 6 | 6 | |
| 7 | - <update id="updateDropPointInfo" parameterType="DropPointInfo"> | |
| 7 | + <update id="updateDropPointById" parameterType="String"> | |
| 8 | 8 | update drop_point_info Set update_time = NOW(),status = #{status} |
| 9 | 9 | where id = #{id} |
| 10 | 10 | </update> | ... | ... |