|
|
@@ -486,6 +486,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
List<PublicRelease> list = publicReleaseMapper.selectByMainId(in.getId(),3,null);
|
|
|
String[] split = in.getAssistAid().split(",");
|
|
|
if (split.length==0){
|
|
|
+ in.setAssistAid("");
|
|
|
+ in.setAssistAidName("");
|
|
|
for (PublicRelease e : list) {
|
|
|
if (e.getClockIn()==1){
|
|
|
throw new BusinessException("协单打卡不能删除");
|