审批同意后,推送订阅消息
This commit is contained in:
@@ -43,6 +43,13 @@
|
||||
ORDER BY create_time DESC
|
||||
</select>
|
||||
|
||||
<select id="selectBySpNo" resultMap="BaseResultMap">
|
||||
SELECT <include refid="Base_Column_List"/>
|
||||
FROM visit_application
|
||||
WHERE sp_no = #{spNo}
|
||||
ORDER BY create_time DESC
|
||||
</select>
|
||||
|
||||
<select id="selectByIdAndOpenid" resultMap="BaseResultMap">
|
||||
SELECT <include refid="Base_Column_List"/>
|
||||
FROM visit_application
|
||||
|
||||
Reference in New Issue
Block a user