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 | 2 | <!DOCTYPE mapper |
| 3 | 3 | PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
| 4 | 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 | 7 | <update id="updateDropPointInfo" parameterType="DropPointInfo"> |
| 8 | 8 | update drop_point_info Set update_time = NOW(),status = #{status} | ... | ... |