sqlCode.properties
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:10k
源码类别:

企业管理

开发平台:

Java

  1. #--基础信息维护--#
  2. #--对区域信息表的操作(tb_Client_qyxx)--#
  3. #--查询的操作--
  4. sql.qyxx.select=select *  from tb_Client_qyxx
  5. #--删除的操作--
  6. sql.qyxx.delete=delete from tb_Client_qyxx where qyxx_id='?'
  7. #--插入的操作--
  8. sql.qyxx.insert=insert into tb_Client_qyxx values('?','?','?','?','?','?')
  9. #--以区域编号查找数据的操作--
  10. sql.qyxx.selectOne=select * from tb_Client_qyxx where qyxx_id='?'
  11. #--以区域编号修改区域信息--
  12. sql.qyxx.update=update tb_Client_qyxx set qyxx_qymc='?',qyxx_qyjb='?',qyxx_zscd='?',qyxx_qygml='?',qyxx_bz='?' where qyxx_id='?'
  13. #--查找出数据库中的最大流水号,以便做帐号存贮--
  14. sql.qyxx.count=select MAX(id) as t from tb_Client_qyxx
  15. #--对企业性质信息表的操作(tb_Client_qyxz)--#
  16. #--查询的操作--
  17. sql.qyxz.select=select * from tb_Client_qyxz
  18. #--删除的操作--
  19. sql.qyxz.delete=delete from tb_Client_qyxz where qyxz_id='?'
  20. #--以企业性质编号查找数据的操作--
  21. sql.qyxz.selectOne=select * from tb_Client_qyxz where qyxz_id='?'
  22. #--以企业性质编号修改数据的操作--
  23. sql.qyxz.update=update tb_Client_qyxz set qyxz_xzmc='?',qyxz_bz='?' where qyxz_id='?'
  24. #--查找出数据库中的最大流水号,以便做帐号存贮--
  25. sql.qyxz.count=select MAX(id) as t from tb_Client_qyxz
  26. #--插入的操作--
  27. sql.qyxz.insert=insert into tb_Client_qyxz values('?','?','?')
  28. #--对企业类型信息表的操作(tb_Client_qylx)--#
  29. #--查询的操作--
  30. sql.qylx.select=select * from tb_Client_qylx
  31. #--删除的操作--
  32. sql.qylx.delete=delete from tb_Client_qylx where qylx_id='?'
  33. #--以企业类型编号修改数据的操作--
  34. sql.qylx.update=update tb_Client_qylx set qylx_lxmc='?',qylx_bz='?' where qylx_id='?'
  35. #--以企业类型编号查找数据的操作--
  36. sql.qylx.selectOne=select * from tb_Client_qylx where qylx_id='?'
  37. #--查找出数据库中的最大流水号,以便做帐号存贮--
  38. sql.qylx.count=select MAX(id) as t from tb_Client_qylx
  39. #--插入的操作--
  40. sql.qylx.insert=insert into tb_Client_qylx values('?','?','?')
  41. #--对企业资信信息表的操作(tb_Client_qyzx)--#
  42. #--查询的操作--
  43. sql.qyzx.select=select * from tb_Client_qyzx
  44. #--删除的操作--
  45. sql.qyzx.delete=delete from tb_Client_qyzx where qyzx_id='?'
  46. #--以企业资信编号修改数据的操作--
  47. sql.qyzx.update=update tb_Client_qyzx set qyzx_zxjb='?',qyzx_bz='?' where qyzx_id='?'
  48. #--以企业资信编号查找数据的操作--
  49. sql.qyzx.selectOne=select * from tb_Client_qyzx where qyzx_id='?'
  50. #--查找出数据库中的最大流水号,以便做帐号存贮--
  51. sql.qyzx.count=select MAX(id) as t from tb_Client_qyzx
  52. #--插入的操作--
  53. sql.qyzx.insert=insert into tb_Client_qyzx values('?','?','?')
  54. #--对企业资信信息表的操作(tb_Client_khjb)--#
  55. #--查询的操作--
  56. sql.khjb.select=select * from tb_Client_khjb
  57. #--删除的操作--
  58. sql.khjb.delete=delete from tb_Client_khjb where khjb_id='?'
  59. #--以客户级别编号修改数据的操作--
  60. sql.khjb.update=update tb_Client_khjb set khjb_jbmc='?',khjb_zdywl=?,khjb_bz='?' where khjb_id='?'
  61. #--以客户级别编号查找数据的操作--
  62. sql.khjb.selectOne=select * from tb_Client_khjb where khjb_id='?'
  63. #--查找出数据库中的最大流水号,以便做帐号存贮--
  64. sql.khjb.count=select MAX(id) as t from tb_Client_khjb
  65. #--插入的操作--
  66. sql.khjb.insert=insert into tb_Client_khjb values('?','?',?,'?')
  67. #--对客户满意表的操作(tb_Client_khmyd)--#
  68. #--查询的操作--
  69. sql.khmyd.select=select * from tb_Client_khmyd
  70. #--删除的操作--
  71. sql.khmyd.delete=delete from tb_Client_khmyd where khmyd_id='?'
  72. #--以客户满意度编号修改数据的操作--
  73. sql.khmyd.update=update tb_Client_khmyd set khmyd_myd='?',khmyd_bz='?' where khmyd_id='?'
  74. #--以客户满意度编号查找数据的操作--
  75. sql.khmyd.selectOne=select * from tb_Client_khmyd where khmyd_id='?'
  76. #--查找出数据库中的流水号,以便做帐号存贮--
  77. sql.khmyd.count=select MAX(id) as t from tb_Client_khmyd
  78. #--插入的操作--
  79. sql.khmyd.insert=insert into tb_Client_khmyd values('?','?','?')
  80. #--对客户银行表的操作(tb_Client_bank)--#
  81. #--查询的操作--
  82. sql.bank.select=select * from tb_Client_bank
  83. #--删除的操作--
  84. sql.bank.delete=delete from tb_Client_bank where bank_id='?'
  85. #--以客户银行表编号修改数据的操作--
  86. sql.bank.update=update tb_Client_bank set bank_name='?',bank_bz='?' where bank_id='?'
  87. #--以客户银行表编号查找数据的操作--
  88. sql.bank.selectOne=select * from tb_Client_bank where bank_id='?'
  89. #--查找出数据库的最大流水号,以便做帐号存贮--
  90. sql.bank.count=select MAX(id) as t from tb_Client_bank
  91. #--插入的操作--
  92. sql.bank.insert=insert into tb_Client_bank values('?','?','?')
  93. #--客户信息维护--#
  94. #--对客户信息表的操作(tb_khxx)--#
  95. #--查询的操作--
  96. sql.khxx.select=select * from tb_khxx
  97. #--以客户编号去查询--
  98. sql.khxx.selectOne=select * from tb_khxx where khxx_id='?'
  99. #--以数据库中的记录数,查找出多少记录计算,以便做帐号存贮--
  100. sql.khxx.count=select MAX(id) as t from tb_khxx
  101. #--插入的操作--
  102. sql.khxx.insert=insert into tb_khxx values('?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?')
  103. #--删除的操作--
  104. sql.khxx.delete=delete from tb_khxx where khxx_id='?'
  105. #--修改的操作--
  106. sql.khxx.update=update tb_khxx set khxx_mc='?',khxx_qyxz='?',khxx_qylx='?',khxx_qyzx='?',khxx_qydz='?',khxx_szsf='?',khxx_szcs='?',khxx_gsyb='?',khxx_frdb='?',khxx_khyh='?',khxx_yhzh='?',khxx_nsh='?',khxx_ICcard='?',khxx_gswz='?',khxx_gsdh='?',khxx_gscz='?',khxx_lxr='?',khxx_lxrdh='?',khxx_khjb='?',khxx_bz='?' where khxx_id='?'
  107. sql.khxx.mc=select * from tb_khxx where khxx_mc='?'
  108. #--对业务来往表的操作(tb_Client_Cpxs)--#
  109. #--查询的操作--
  110. sql.khcpx.select=select * from tb_Client_Cpxs
  111. #--删除的操作--
  112. sql.khcpx.delete=delete from tb_Client_Cpxs where cpxs_id='?'
  113. #--以业务来往表编号去查询--
  114. sql.khcpx.selectOne=select * from tb_Client_Cpxs where id=?
  115. #--修改的操作--
  116. sql.khcpx.update=update tb_Client_cpxs set cpxs_id='?',cpxs_mc='?',cpxs_cpdj='?',cpxs_khId='?',cpxs_xsrq='?',cpxs_bz='?' where id=?
  117. #--以数据库中的记录数,查找出多少记录计算,以便做帐号存贮--
  118. sql.khcpx.count=select MAX(id) as t from tb_Client_Cpxs
  119. #--插入的操作--
  120. sql.khcpx.insert=insert into tb_Client_Cpxs values('?','?','?','?','?','?')
  121. #--客户服务--#
  122. #--对客户反馈表的操作(tb_Client_khfk)--#
  123. #--查询的操作--
  124. sql.khfk.select=select * from tb_Client_khfk
  125. #--以客户反馈编号去查询的操作--
  126. sql.khfk.selectOne=select * from tb_Client_khfk where khfk_id='?'
  127. #--删除的操作--
  128. sql.khfk.delete=delete from tb_Client_khfk where khfk_id='?'
  129. #--修改的操作--
  130. sql.khfk.update=update tb_Client_khfk set khfk_fkbt='?',khfk_khmc='?',khfk_fknr='?',khfk_fkrq='?',khfk_fkslr='?',khfk_khmyd='?',khfk_bz='?' where khfk_id='?'
  131. #--插入的操作--
  132. sql.khfk.insert=insert into tb_Client_khfk (khfk_id,khfk_fkbt,khfk_khmc,khfk_fknr,khfk_fkrq,khfk_fkslr,khfk_khmyd,khfk_bz) values('?','?','?','?','?','?','?','?')
  133. #--查出流水号,以便做帐号存贮--
  134. sql.khfk.count=select MAX(id) as t from tb_Client_khfk
  135. #--根据客户满意程度去查询--
  136. sql.khfk.myd=select * from tb_Client_khfk where khfk_khmyd='?'
  137. #--对地区的操作(tb_Client_sfzy)的操作--#
  138. #--显示头10条记录--
  139. sql.sfzy.select=select top 8 * from tb_Client_sfzy
  140. sql.sfzy.total=select count(*) as t from tb_Client_sfzy
  141. #--省份分页的操作--
  142. sql.sfzy.fenye=select top 8 * from tb_Client_sfzy where id>(select MAX(id) from(select top ? (id) from tb_Client_sfzy) as aaa)
  143. sql.sfzy.selectOne=select * from tb_Client_sfzy where sfzy_sfid='?'
  144. #--城市分页的操作--
  145. sql.csxx.select=select top 8 * from tb_Client_csxx where csxx_sfmc='?'
  146. #--以省份为条件去查询城市的数量--
  147. sql.csxx.total=select count(*)as t from tb_Client_csxx where csxx_sfmc='?'
  148. #--分页显示--
  149. sql.csxx.fenye=select top 8 * from tb_Client_csxx where id>( select MAX(id) from (select top ? (id) from tb_Client_csxx where csxx_sfmc='?') as aaa)
  150. #--城市查询操作--
  151. sql.csxx.prinfSelect=select * from tb_Client_csxx where csxx_sfmc='?'
  152. sql.myd=select count('?')as t from tb_Client_khfk
  153. #--实现客户反馈满意程度分析--#
  154. sql.khfk.mydAnthor=select  khfk_khmyd as myd, count(*) as t from tb_Client_khfk group by khfk_khmyd
  155. sql.khfk.number=select count(*) as t from tb_Client_khfk
  156. #--操作员的操作--#
  157. #--操作员登陆--
  158. sql.user.check=select * from tb_user where user_name='?'
  159. #--修改操作员密码--
  160. sql.user.updatePassword=update tb_user set user_mm='?' where user_id='?'
  161. #--查询授权的操作--
  162. sql.user.selectUser_bs=select * from tb_user where user_bs='?'
  163. #--修改授权的操作--
  164. sql.user.updateSelectRight=update tb_user set menu_jcxx='?',menu_khxx='?',menu_khfw='?',menu_xxcx='?',menu_fzgj='?',menu_sjgl='?' where user_id='?'
  165. #--帐号唯一性的操作--
  166. sql.user.countID=select MAX(id) as t from tb_user
  167. #--添加管理员信息操作--
  168. sql.user.insert=insert into tb_user values('?','?','?','0','0','0','0','0','0','0','0')
  169. #--删除管理员信息操作--
  170. sql.user.delete=delete from tb_user where user_id='?'
  171. #--操作员工作备忘的操作--#
  172. #--操作员查询工作备忘记录--
  173. sql.userGzbw.select=select * from tb_Client_gzbw where gzbw_manager='?'
  174. #--帐号唯一性的操作--
  175. sql.userGzbw.countID=select MAX(id) as t from tb_Client_gzbw
  176. #--插入操作--
  177. sql.userGzbw.insert=insert into tb_Client_gzbw values('?','?','?','?','?','?')
  178. #--删除操作--
  179. sql.userGzbw.delete=delete from tb_Client_gzbw where id=?
  180. #--单独查询操作--
  181. sql.userGzbw.selectOne=select * from tb_Client_gzbw  where id=?
  182. #--修改操作--
  183. sql.userGzbw.update=update tb_Client_gzbw set gzbw_bt='?',gzbw_nr='?',gzbw_bz='?',gzbw_jsrq='?'  where id=?
  184. #--联系人信息的操作--#
  185. #--联系人信息全部查询--
  186. sql.lxrxx.select=select * from tb_Client_lxrxx
  187. #--唯一查询--
  188. sql.lxrxx.countID=select MAX(id) as t from tb_Client_lxrxx
  189. #--插入操作--
  190. sql.lxrxx.insert=insert into tb_Client_lxrxx values('?','?','?','?','?','?','?','?','?','?','?','?','?','?','?')
  191. #--删除操作--
  192. sql.lxrxx.delete=delete from tb_Client_lxrxx where id=?
  193. #--单独查询操作--
  194. sql.lxrxx.selectOne=select * from tb_Client_lxrxx where id=?
  195. #--修改操作--
  196. sql.lxrxx.update=update tb_Client_lxrxx set lxrxx_id='?',lxrxx_qymc='?',lxrxx_xm='?',lxrxx_xb='?',lxrxx_csny='?',lxrxx_nl='?',lxrxx_zw='?',lxrxx_bgdh='?',lxrxx_Email='?',lxrxx_sj='?',lxrxx_grjj='?',lxrxx_djrq='?',lxrxx_xxdjr='?',lxrxx_bs='?',lxrxx_bz='?' where id=?
  197. #--客户投诉的操作--#
  198. #--全部查询操作--
  199. sql.khts.select=select * from tb_Client_khts
  200. #--插入操作--
  201. sql.khts.insert=insert into tb_Client_khts values('?','?','?','?','?','?','?','?','?','?')
  202. #--唯一查询--
  203. sql.khts.countID=select MAX(id) as t from tb_Client_khts
  204. #--单独查询操作--
  205. sql.khts.selectOne=select * from tb_Client_khts where id=?
  206. #--修改操作--
  207. sql.khts.update=update tb_Client_khts set khts_id='?',khts_qymc='?',khts_tsr='?',khts_tszt='?',khts_tsnr='?',khts_tsrq='?',khts_clbf='?',khts_khmyd='?',khts_tsslr='?',khts_bz='?' where id=?
  208. #--删除操作--
  209. sql.khts.delete=delete from tb_Client_khts where id=?
  210. #--删除受理操作--
  211. sql.khts.deleteSl=update tb_Client_khts set khts_clbf='?',khts_khmyd='?',khts_tsslr='?' where id=?
  212. #--图形分析--
  213. sql.khts.pricture=select  khts_khmyd as myd, count(*) as t from tb_Client_khts group by khts_khmyd