|
@ -51,7 +51,7 @@ public class SectAttrServiceImpl implements SectAttrService { |
|
|
if(jo != null) { |
|
|
if(jo != null) { |
|
|
throw new WDKException("编码重复,请重新输入"); |
|
|
throw new WDKException("编码重复,请重新输入"); |
|
|
} |
|
|
} |
|
|
form.put("sect_uuid", WDK.getUUID()); |
|
|
form.put("sect_uuid", "pk"+code); |
|
|
form.put("is_active", "0"); |
|
|
form.put("is_active", "0"); |
|
|
form.put("SYSISDELETE", "0"); |
|
|
form.put("SYSISDELETE", "0"); |
|
|
form.put("SYSCREATORUUID", accountId.optString("account_id")); |
|
|
form.put("SYSCREATORUUID", accountId.optString("account_id")); |
|
|