Commit 94e3bb0c by zhangzhijie

getZtryDetail接口表不存在的bug修复

parent 791b710a
......@@ -52,6 +52,6 @@
</select>
<select id="getZtryDetail" parameterType="java.lang.String" resultType="java.util.Map">
select BGBH,XM,ZJHM from TB_YW_ZTRY_XSBG where XXSC_PDBZ = 0 and xxzjbh = #{xxzjbh}
select BGBH,XM,ZJHM from TB_RY_XSBG where XXSC_PDBZ = 0 and xxzjbh = #{xxzjbh}
</select>
</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