浏览代码

update tt

master
xhxu 3 年前
父节点
当前提交
6d2b8d6e88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml 查看文件

@@ -68,7 +68,7 @@
where `app_id` = #{appId} and `type` = #{type}
</update>

<select id="findUserVersions"parameterType="hashmap" resultType="hashmap">
<select id="findUserVersions" resultType="hashmap">
select user_version as version
from wx_weapp_code_status
where 1=1


正在加载...
取消
保存