Browse Source

bug

release_toaliyun_real
xhxu 6 years ago
parent
commit
cf8688ba11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml View File

@@ -1048,6 +1048,6 @@
</select>-->

<update id="cuserOldToNew" statementType="CALLABLE" >
{call cuser_old_to_new(#{oldCuserId},#{newCuserId})}
{call cuser_old_to_new(#{oldCuserId},#{newCuserId},#{tableIndex})}
</update>
</mapper>

Loading…
Cancel
Save