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