Commit e5f3af5a by jianglong

setmod新增setglgAllValDat方法

parent 94b0ab55
......@@ -181,6 +181,8 @@ public class SetmodServiceImpl implements SetmodService {
@Autowired
private SetstaMapper setstaMapper;
/**
* source:setmod.0021.script
*/
......@@ -2809,4 +2811,10 @@ public class SetmodServiceImpl implements SetmodService {
return setAmt;
}
@Override
public void setglgAllValDat ( SetmodVo setmodVo, Date argValdat , String argFlag ){
setmodVo.getSetglg().setAllvaldat(argValdat);
setmodVo.getSetglg().setAllvaldatflg(argFlag);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment