0729接口逻辑修改
This commit is contained in:
@@ -159,10 +159,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
<update id="updateStatusById" parameterType="Long">
|
||||
update gys_jh
|
||||
set status = '1'
|
||||
where id = #{id}
|
||||
<update id="updateStatusById" parameterType="map">
|
||||
UPDATE gys_jh
|
||||
SET status = #{status}
|
||||
WHERE id = #{id}
|
||||
</update>
|
||||
|
||||
<update id="resetGysJhStatusBySapNos">
|
||||
|
||||
Reference in New Issue
Block a user