Merge remote-tracking branch 'lis8.0/master'
This commit is contained in:
commit
bfa637c393
@ -312,7 +312,7 @@
|
||||
shcs = #{shcs,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="sn_tss != null">
|
||||
sn_tss = #{snTss,jdbcType=VARCHAR},
|
||||
sn_tss = #{sn_tss},
|
||||
</if>
|
||||
<if test="mzh != null">
|
||||
mzh = #{mzh,jdbcType=VARCHAR},
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -1601,6 +1601,7 @@ public class LisWorkOperServiceImpl implements LisWorkOperService {
|
||||
int xh= commonUtil.getLabReqsteplogMax(sqh);
|
||||
xh=xh+1;
|
||||
LabReqsteplog labReqsteplog = new LabReqsteplog();
|
||||
labReqsteplog.setXh(xh);
|
||||
labReqsteplog.setSqh(sqh);
|
||||
labReqsteplog.setZt(zt);
|
||||
labReqsteplog.setUserid(yhdh);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user