| 123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper
- PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN"
- "http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">
-
- <mapper namespace="ZKJDCX">
- <select id="CJSJ_S" resultType="String" parameterType="hashmap">
- select max(b.BAE003) cjsj
- from ac01 a ,v_appcomm_slxx b
- where a.ztid=b.ZTID
- and b.BLZT='02'
- and b.SBSX='4408005601'
- and (a.aac002= #{SHBZH} or a.aac147= #{SHBZH} )
- </select>
-
- </mapper>
|