|
@@ -477,4 +477,70 @@
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
+ <select id="select_funeral_the_dead" resultType="com.sooka.model.bo.Guiji_funeral1_the_dead_Bean" parameterType="com.sooka.model.bo.Guiji_funeral1_the_dead_Bean">
|
|
|
|
+ select id, BNO,DNAME,DSFZH,DSEX,DMZ,DAGE,BIRTH,DHJLY,DXZQH,ADDRESS,DTIME,DREASON,DADDRESS, HHSJ,RELATIONSHIP,LINKMAN,LINKMANPHONE,LINKMANADDRESS,OPERTM,OPERID,OPERDW from t_guiji_funeral_the_dead
|
|
|
|
+ where 1=1
|
|
|
|
+ <if test="DNAME != null and DNAME != ''">
|
|
|
|
+ and DNAME = #{DNAME}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="DSFZH != null and DSFZH != ''">
|
|
|
|
+ and DSFZH = #{DSFZH}
|
|
|
|
+ </if>
|
|
|
|
+ </select>
|
|
|
|
+
|
|
|
|
+ <select id="select_funeral_pay" resultType="com.sooka.model.bo.Guiji_funeral2_pay_Bean" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
|
|
|
|
+ select id, BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, LINKMAN, LINKMANPHONE, JMTYPE, NO, ITEMTYPE, ITEMNAME, PRICE, ITEMCOUNT, SUMMONEY, OPERTM, OPERID, OPERDW from t_guiji_funeral_pay
|
|
|
|
+ where 1=1
|
|
|
|
+ <if test="DNAME != null and DNAME != ''">
|
|
|
|
+ and DNAME = #{DNAME}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="DSFZH != null and DSFZH != ''">
|
|
|
|
+ and DSFZH = #{DSFZH}
|
|
|
|
+ </if>
|
|
|
|
+ </select>
|
|
|
|
+
|
|
|
|
+ <select id="select_funeral_freeze" resultType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
|
|
|
|
+ select id, BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, LCJNAME, STARTTM, ENDTM, DAYS, JSMONEY, YJMONEY, LINKMAN, LINKMANPHONE, OPERTM, OPERID, OPERDW from t_guiji_funeral_freeze
|
|
|
|
+ where 1=1
|
|
|
|
+ <if test="DNAME != null and DNAME != ''">
|
|
|
|
+ and DNAME = #{DNAME}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="DSFZH != null and DSFZH != ''">
|
|
|
|
+ and DSFZH = #{DSFZH}
|
|
|
|
+ </if>
|
|
|
|
+ </select>
|
|
|
|
+
|
|
|
|
+ <select id="select_funeral_ashes_storage" resultType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
|
+ select id, BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGNAME, STARTTM, ENDTM, LINKMAN, LINKMANSFZH, RELATIONSHIP, LINKMANPHONE, OPERTM, OPERID, OPERDW from t_guiji_funeral_ashes_storage
|
|
|
|
+ where 1=1
|
|
|
|
+ <if test="DNAME != null and DNAME != ''">
|
|
|
|
+ and DNAME = #{DNAME}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="DSFZH != null and DSFZH != ''">
|
|
|
|
+ and DSFZH = #{DSFZH}
|
|
|
|
+ </if>
|
|
|
|
+ </select>
|
|
|
|
+
|
|
|
|
+ <select id="select_funeral_ashes_renew" resultType="com.sooka.model.bo.Guiji_funeral5_ashes_renew_Bean" parameterType="com.sooka.model.bo.Guiji_funeral5_ashes_renew_Bean">
|
|
|
|
+ select id, BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGNAME, XCSTARTTM, XCENDTM, LINKMAN, LINKMANSFZH, RELATIONSHIP, LINKMANPHONE, OPERTM, OPERID, OPERDW from t_guiji_funeral_ashes_renew
|
|
|
|
+ where 1=1
|
|
|
|
+ <if test="DNAME != null and DNAME != ''">
|
|
|
|
+ and DNAME = #{DNAME}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="DSFZH != null and DSFZH != ''">
|
|
|
|
+ and DSFZH = #{DSFZH}
|
|
|
|
+ </if>
|
|
|
|
+ </select>
|
|
|
|
+
|
|
|
|
+ <select id="select_funeral_ashes_remove" resultType="com.sooka.model.bo.Guiji_funeral6_ashes_remove_Bean" parameterType="com.sooka.model.bo.Guiji_funeral6_ashes_remove_Bean">
|
|
|
|
+ select id, BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGCODE, JCGNAME, JCPRICE, STARTTM, GETQZTM, GETMAN, GETMANSFZH, GETRLP, GETMANPHONE, OPERTM, OPERID, OPERDW from t_guiji_funeral_ashes_remove
|
|
|
|
+ where 1=1
|
|
|
|
+ <if test="DNAME != null and DNAME != ''">
|
|
|
|
+ and DNAME = #{DNAME}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="DSFZH != null and DSFZH != ''">
|
|
|
|
+ and DSFZH = #{DSFZH}
|
|
|
|
+ </if>
|
|
|
|
+ </select>
|
|
|
|
+
|
|
</mapper>
|
|
</mapper>
|