|
@@ -471,6 +471,7 @@ public class TbVmsDsplSchService {
|
|
|
public List<TbVmsDsplSchDto.TbVmsDsplSchDelReq> batchDeleteByIds(List<TbVmsDsplSchDto.TbVmsDsplSchDelReq> ids) {
|
|
|
List<TbVmsDsplSchDto.TbVmsDsplSchDelReq> result = new ArrayList<>();
|
|
|
ids.forEach(obj -> {
|
|
|
+ //TODO, VMS 폼 아이디 추가여부 확인 필요함
|
|
|
TbVmsDsplSchKey key = new TbVmsDsplSchKey(obj.getVmsCtlrNmbr(), obj.getVmsSchType(), obj.getVmsSchFormType(), obj.getPhase());
|
|
|
try {
|
|
|
this.repo.deleteById(key);
|