This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[审批流][修改][完善账单审批]
release_toaliyun_real
luozukai
7 years ago
parent
3b01530262
commit
1920400f7a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxTopicMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxTopicMapper.xml
View File
@@ -71,7 +71,7 @@
</select>
<update id="updateStatus" parameterType="com.iformall.domain.po.WxTopic">
update wx_topic set status =
2 where now() >= end_time and status not in (2,3)
and tenant_id = #{tenantId}
update wx_topic set status =
3 where now() >= end_time and status =1
and tenant_id = #{tenantId}
</update>
</mapper>
Write
Preview
Loading…
Cancel
Save