Sfoglia il codice sorgente

bug

release_toaliyun_real
xhxu 5 anni fa
parent
commit
cf8688ba11
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

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

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


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

Caricamento…
Annulla
Salva