Update LogAccService
Perbaikan dependency settingDataFixedDao untuk secure url logging di db
This commit is contained in:
parent
3e9d684dc3
commit
37a776743d
@ -28,7 +28,7 @@ import com.jasamedika.medifirst2000.vo.HabsenVO;
|
|||||||
public class LogAccServiceImpl extends BaseVoServiceImpl implements LogAccService {
|
public class LogAccServiceImpl extends BaseVoServiceImpl implements LogAccService {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private static SettingDataFixedDao settingDataFixedDao;
|
private SettingDataFixedDao settingDataFixedDao;
|
||||||
|
|
||||||
public static Map<String, Object> jsonToMap(JSONObject json) throws JSONException {
|
public static Map<String, Object> jsonToMap(JSONObject json) throws JSONException {
|
||||||
Map<String, Object> retMap = new HashMap<String, Object>();
|
Map<String, Object> retMap = new HashMap<String, Object>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user