报告模板菜单
This commit is contained in:
parent
85209f51ad
commit
37ed099615
@ -226,7 +226,7 @@ public class CommonUtil {
|
||||
public int insertLabReqsteplog(LabReqsteplog labReqsteplog) {
|
||||
return labReqsteplogMapper.insertLabReqsteplog(labReqsteplog);
|
||||
}
|
||||
public int getLabReqsteplogMax(String sqh) {
|
||||
public Integer getLabReqsteplogMax(String sqh) {
|
||||
return labReqsteplogMapper.getLabReqsteplogMax(sqh);
|
||||
}
|
||||
public List<LabRefused> getLabRefusedList(LabRefused labRefused) {
|
||||
|
||||
@ -199,7 +199,8 @@ public class LisWorkBase {
|
||||
* @param yhdh 用户
|
||||
*/
|
||||
public void setlabReqsteplog(String sqh, String zt, String yhdh) {
|
||||
int xh = commonUtil.getLabReqsteplogMax(sqh);
|
||||
Integer xh = commonUtil.getLabReqsteplogMax(sqh);
|
||||
if(xh==null) xh=0;
|
||||
xh = xh + 1;
|
||||
LabReqsteplog labReqsteplog = new LabReqsteplog();
|
||||
labReqsteplog.setXh(xh);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user