2dc2187f5cb891e1718c45921a28c0b5ac8119da.svn-base
4.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.thinkgem.jeesite.modules.sys.dao.RegBusInterHisDao">
<select id="get" resultType="RegBusInterHis">
SELECT *
FROM REG_BUS_INTERHIS a
WHERE a.id = #{id}
</select>
<select id="findList" resultType="RegBusInterHis">
SELECT *
FROM REG_BUS_INTERHIS a
<where>
<if test= "id!= null and id!='' ">
and a.id = #{id}
</if>
<if test= "pcode != null and pcode !='' ">
and a.pcode = #{pcode}
</if>
<if test= "jkmc != null and jkmc !='' ">
and a.jkmc = #{jkmc}
</if>
</where>
order by a.CREATEDATE desc
</select>
<insert id="insert">
insert into REG_BUS_INTERHIS
(
<if test= "pcode!= null and pcode!='' ">
pcode,
</if>
<if test= "personid!= null and personid!='' ">
personid,
</if>
<if test= "qlrid!= null and qlrid!='' ">
qlrid,
</if>
<if test= "rymc!= null and rymc!='' ">
rymc,
</if>
<if test= "zjhm!= null and zjhm!='' ">
zjhm,
</if>
<if test= "ywh!= null and ywh!='' ">
ywh,
</if>
<if test= "djlx!= null and djlx!='' ">
djlx,
</if>
<if test= "chyw!= null and chyw!='' ">
chyw,
</if>
<if test= "jklx!= null and jklx!='' ">
jklx,
</if>
<if test= "jkmc!= null and jkmc!='' ">
jkmc,
</if>
<if test= "inparam!= null and inparam!='' ">
inparam,
</if>
<if test= "veritydatazt!= null and veritydatazt!='' ">
veritydatazt,
</if>
<if test= "veritydatamsg!= null and veritydatamsg!='' ">
veritydatamsg,
</if>
<if test= "outparam!= null and outparam!='' ">
outparam,
</if>
<if test= "createby!= null and createby!='' ">
createby,
</if>
<if test= "createuser!= null and createuser!='' ">
createuser,
</if>
<if test= "createDate!= null and createDate!='' ">
CREATEDATE,
</if>
<if test= "id!= null and id!='' ">
id
</if>
)
values
(
<if test= "pcode!= null and pcode!='' ">
#{pcode},
</if>
<if test= "personid!= null and personid!='' ">
#{personid},
</if>
<if test= "qlrid!= null and qlrid!='' ">
#{qlrid},
</if>
<if test= "rymc!= null and rymc!='' ">
#{rymc},
</if>
<if test= "zjhm!= null and zjhm!='' ">
#{zjhm},
</if>
<if test= "ywh!= null and ywh!='' ">
#{ywh},
</if>
<if test= "djlx!= null and djlx!='' ">
#{djlx},
</if>
<if test= "chyw!= null and chyw!='' ">
#{chyw},
</if>
<if test= "jklx!= null and jklx!='' ">
#{jklx},
</if>
<if test= "jkmc!= null and jkmc!='' ">
#{jkmc},
</if>
<if test= "inparam!= null and inparam!='' ">
#{inparam},
</if>
<if test= "veritydatazt!= null and veritydatazt!='' ">
#{veritydatazt},
</if>
<if test= "veritydatamsg!= null and veritydatamsg!='' ">
#{veritydatamsg},
</if>
<if test= "outparam!= null and outparam!='' ">
#{outparam},
</if>
<if test= "createby!= null and createby!='' ">
#{createby},
</if>
<if test= "createuser!= null and createuser!='' ">
#{createuser},
</if>
<if test= "createDate!= null and createDate!='' ">
#{createDate},
</if>
<if test= "id!= null and id!='' ">
#{id}
</if>
)
</insert>
<update id="update">
update REG_BUS_INTERHIS
<set>
<if test= "id!= null">
id=#{id},
</if>
<if test= "pcode!= null">
pcode=#{pcode},
</if>
<if test= "personid!= null">
personid=#{personid},
</if>
<if test= "qlrid!= null">
qlrid=#{qlrid},
</if>
<if test= "rymc!= null">
rymc=#{rymc},
</if>
<if test= "zjhm!= null">
zjhm=#{zjhm},
</if>
<if test= "ywh!= null">
ywh=#{ywh},
</if>
<if test= "djlx!= null">
djlx=#{djlx},
</if>
<if test= "chyw!= null">
chyw=#{chyw},
</if>
<if test= "jklx!= null">
jklx=#{jklx},
</if>
<if test= "jkmc!= null">
jkmc=#{jkmc},
</if>
<if test= "inparam!= null">
inparam=#{inparam},
</if>
<if test= "veritydatazt!= null">
veritydatazt=#{veritydatazt},
</if>
<if test= "veritydatamsg!= null">
veritydatamsg=#{veritydatamsg},
</if>
<if test= "outparam!= null">
outparam=#{outparam},
</if>
<if test= "createby!= null">
createby=#{createby},
</if>
<if test= "createuser!= null">
createuser=#{createuser},
</if>
<if test= "createDate!= null and createDate!='' ">
createDate = #{createDate},
</if>
</set>
where id = #{id}
</update>
</mapper>