Compare commits
2 Commits
3ab17680b0
...
9bd27cd2c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bd27cd2c0 | ||
|
|
2e82d02f98 |
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<insert id="insert">
|
<insert id="insert">
|
||||||
insert into qc_batchno(yq, zkpph, zkph, startda, conc, expiredt, endda, useflag, qcsrc, standsrc, bk, batchno)
|
insert into qc_batchno(yq, zkpph, zkph, startda, conc, expiredt, endda, useflag, qcsrc, standsrc, bk, batchno)
|
||||||
values(#{yq},#{zkpph},#{startda},#{conc},#{expiredt},#{endda},#{useflag},#{qcsrc},#{standsrc},#{bk},#{batchno})
|
values(#{yq},#{zkpph},#{zkph},#{startda},#{conc},#{expiredt},#{endda},#{useflag},#{qcsrc},#{standsrc},#{bk},#{batchno})
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user