cs_kf_hour_detail.xml 2.1 KB

123456789101112131415161718192021222324
  1. <!-- Code generated by dol build. Only Generate by tools if not existed. -->
  2. <sqlMap>
  3. <sql id="insert_cs_kf_hour_detail">
  4. insert into cs_kf_hour_detail
  5. (`c_k_h_d_id`,`pk_cs`,`pk_kf`,`kq_hour`,`creater`,`create_date`,`updater`,`update_date`,`isdelete`,`kq_date`,`pk_css`,`pk_csckf_id`,`pk_cssckf_id`,`zd_rs_type`,`pk_stu`,`kx_one_price`,`kx_all_price`,`jf_one_price`,`jf_all_price`,`pk_class`,`kq_kc`,`pk_sch`)
  6. values
  7. (?c_k_h_d_id,?pk_cs,?pk_kf,?kq_hour,?creater,?create_date,?updater,?update_date,?isdelete,?kq_date,?pk_css,?pk_csckf_id,?pk_cssckf_id,?zd_rs_type,?pk_stu,?kx_one_price,?kx_all_price,?jf_one_price,?jf_all_price,?pk_class,?kq_kc,?pk_sch)
  8. </sql>
  9. <sql id="update_cs_kf_hour_detail">
  10. update cs_kf_hour_detail set `c_k_h_d_id`=?c_k_h_d_id,`pk_cs`=?pk_cs,`pk_kf`=?pk_kf,`kq_hour`=?kq_hour,`creater`=?creater,`create_date`=?create_date,`updater`=?updater,`update_date`=?update_date,`isdelete`=?isdelete,`kq_date`=?kq_date,`pk_css`=?pk_css,`pk_csckf_id`=?pk_csckf_id,`pk_cssckf_id`=?pk_cssckf_id,`zd_rs_type`=?zd_rs_type,`pk_stu`=?pk_stu,`kx_one_price`=?kx_one_price,`kx_all_price`=?kx_all_price,`jf_one_price`=?jf_one_price,`jf_all_price`=?jf_all_price,`pk_class`=?pk_class,`kq_kc`=?kq_kc,`pk_sch`=?pk_sch
  11. where id =?id
  12. </sql>
  13. <sql id="delete_cs_kf_hour_detail">
  14. delete from cs_kf_hour_detail
  15. where id =?id
  16. </sql>
  17. <sql id="selectone_cs_kf_hour_detail">
  18. select `c_k_h_d_id`,`pk_cs`,`pk_kf`,`kq_hour`,`creater`,`create_date`,`updater`,`update_date`,`isdelete`,`kq_date`,`pk_css`,`pk_csckf_id`,`pk_cssckf_id`,`zd_rs_type`,`pk_stu`,`kx_one_price`,`kx_all_price`,`jf_one_price`,`jf_all_price`,`pk_class`,`kq_kc`,`pk_sch` from cs_kf_hour_detail
  19. where id =?id
  20. </sql>
  21. <sql id="selectall_cs_kf_hour_detail">
  22. select `c_k_h_d_id`,`pk_cs`,`pk_kf`,`kq_hour`,`creater`,`create_date`,`updater`,`update_date`,`isdelete`,`kq_date`,`pk_css`,`pk_csckf_id`,`pk_cssckf_id`,`zd_rs_type`,`pk_stu`,`kx_one_price`,`kx_all_price`,`jf_one_price`,`jf_all_price`,`pk_class`,`kq_kc`,`pk_sch` from cs_kf_hour_detail
  23. </sql>
  24. </sqlMap>