主程序
This commit is contained in:
parent
86e9978e7c
commit
e38f173009
@ -96,6 +96,10 @@ public class LisWorkOperServiceImpl implements LisWorkOperService {
|
||||
@Override
|
||||
public Result loaddefault(Date jyrq, String yq, String ybh) {
|
||||
LabPat labPat=commonUtil.getLabPatOne(jyrq,yq,ybh);
|
||||
if(labPat==null)labPat=new LabPat();
|
||||
labPat.setJyrq(jyrq);
|
||||
labPat.setYq(yq);
|
||||
labPat.setYbh(ybh);
|
||||
return new Result("0", "完成",lisWorkUtils.loaddefault(labPat));
|
||||
}
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user