|
@@ -150,7 +150,7 @@ public class ApiManagerController extends LifeCenterController {
|
|
|
@ModelAttribute("dto") final ApiManagerDTO dto,
|
|
|
HttpServletRequest request,HttpServletResponse response) {
|
|
|
|
|
|
- if (dto.getApiKey().isEmpty()) {
|
|
|
+ if (dto.getUseYn().equals("C")) {
|
|
|
int pwdLength = 32;
|
|
|
final char[] passwordTable = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
|
|
|
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
|