fix : 유저 관련 수정

main
이범준 1 year ago
parent 18a9be5f56
commit 08bbda85fd

@ -16,7 +16,7 @@ public interface XitFrameSchedulerService {
* <pre> :
* - () .
* </pre>
* @param userId ID
* @param userId ID
* void
* @author:
* @date: 2020. 9. 21.

@ -34,7 +34,7 @@ public class XitFrameSchedulerServiceBean extends AbstractServiceBean implements
*
*/
if(XitCmmnUtil.isEmpty(userId))
throw new RuntimeException("사용자ID(은)는 필수조건 입니다.");
throw new RuntimeException("고유ID(은)는 필수조건 입니다.");
/**

Loading…
Cancel
Save