getLabReqsteplogMax错误
This commit is contained in:
parent
f69d4c25f9
commit
c07e65b9ce
@ -9,7 +9,7 @@
|
|||||||
select * from lab_reqsteplog where sqh = #{sqh}
|
select * from lab_reqsteplog where sqh = #{sqh}
|
||||||
</select>
|
</select>
|
||||||
<select id="getLabReqsteplogMax" resultType="Integer">
|
<select id="getLabReqsteplogMax" resultType="Integer">
|
||||||
select xh from lab_reqsteplog where sqh = #{sqh}
|
select MAX(xh) from lab_reqsteplog where sqh = #{sqh}
|
||||||
</select>
|
</select>
|
||||||
<insert id="insertLabReqsteplog" parameterType="com.czlis.common.core.domain.entity.lis.LabReqsteplog">
|
<insert id="insertLabReqsteplog" parameterType="com.czlis.common.core.domain.entity.lis.LabReqsteplog">
|
||||||
insert into lab_reqsteplog (sqh, xh, zt, userid,
|
insert into lab_reqsteplog (sqh, xh, zt, userid,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user