DB스키마 변경 EMSADM->EMSAPP
This commit is contained in:
@@ -17,11 +17,11 @@ public class KjbPropertyUtil {
|
|||||||
KjbPropertyValue anno = field.getAnnotation(KjbPropertyValue.class);
|
KjbPropertyValue anno = field.getAnnotation(KjbPropertyValue.class);
|
||||||
|
|
||||||
if (anno != null) {
|
if (anno != null) {
|
||||||
sbDelete.append("DELETE FROM EMSADM.TSEAIRM24 WHERE PRPTYGROUPNAME = 'Monitoring' AND PRPTYNAME = '");
|
sbDelete.append("DELETE FROM EMSAPP.TSEAIRM24 WHERE PRPTYGROUPNAME = 'Monitoring' AND PRPTYNAME = '");
|
||||||
sbDelete.append(anno.key());
|
sbDelete.append(anno.key());
|
||||||
sbDelete.append("';\n");
|
sbDelete.append("';\n");
|
||||||
|
|
||||||
sb.append("insert into EMSADM.TSEAIRM24 (PRPTYGROUPNAME, PRPTYNAME, PRPTY2VAL) values ('Monitoring', ");
|
sb.append("insert into EMSAPP.TSEAIRM24 (PRPTYGROUPNAME, PRPTYNAME, PRPTY2VAL) values ('Monitoring', ");
|
||||||
|
|
||||||
String key = anno.key();
|
String key = anno.key();
|
||||||
String defValue = anno.defaultValue();
|
String defValue = anno.defaultValue();
|
||||||
|
|||||||
Reference in New Issue
Block a user