Commit cd4fb4c4f922299cf13cddcd5f1c56a43ad1d9bf
1 parent
ec9d2bbe
m
Showing
1 changed file
with
1 additions
and
1 deletions
trash-workFlow/src/main/resources/mapper/GarMapper.xml
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <!DOCTYPE mapper | 2 | <!DOCTYPE mapper |
| 3 | PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | 3 | 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.activiti.mapper.GarMapper"> | 5 | +<mapper namespace="com.trash.business.mapper.GarMapper"> |
| 6 | 6 | ||
| 7 | <update id="updateDropPointInfo" parameterType="DropPointInfo"> | 7 | <update id="updateDropPointInfo" parameterType="DropPointInfo"> |
| 8 | update drop_point_info Set update_time = NOW(),status = #{status} | 8 | update drop_point_info Set update_time = NOW(),status = #{status} |