Commit 6ee80828 authored by Administrator's avatar Administrator

修改XML文件

parent d9592854
...@@ -34,4 +34,8 @@ where ACC_GROUP_RELATION_T.DEAL_DATE =#(dealDate) ...@@ -34,4 +34,8 @@ where ACC_GROUP_RELATION_T.DEAL_DATE =#(dealDate)
and ACC_GROUP_T.group_no not in (select groupinfo.groupno from groupinfo) and ACC_GROUP_T.group_no not in (select groupinfo.groupno from groupinfo)
</select> </select>
<!--<select id="findAccGroupTEntityByCardIdOrAcceptNo" resultType="java.util.HashMap" parameterType="String">-->
<!--select * from GROUPINFO where GROUPNO =#{acceptNo} or GROUPNO =substr(#{acceptNo},0,8)-->
<!--</select>-->
</mapper> </mapper>
\ No newline at end of file
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
where GROUPID=#{groupid} where GROUPID=#{groupid}
</update> </update>
<select id="findGroupinfoEntityByAcceptNo" resultType="java.util.HashMap" parameterType="String"> <!--<select id="findGroupinfoEntityByAcceptNo" resultType="java.util.HashMap" parameterType="String">-->
select * from GROUPINFO where GROUPNO =#{acceptNo} or GROUPNO =substr(#{acceptNo},0,8) <!--select * from GROUPINFO where GROUPNO =#{acceptNo} or GROUPNO =substr(#{acceptNo},0,8)-->
</select> <!--</select>-->
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment