Update LogAccService

Perbaikan dependency settingDataFixedDao untuk secure url logging di db
This commit is contained in:
salmanoe 2022-07-13 09:54:12 +07:00
parent 3e9d684dc3
commit 37a776743d

View File

@ -28,7 +28,7 @@ import com.jasamedika.medifirst2000.vo.HabsenVO;
public class LogAccServiceImpl extends BaseVoServiceImpl implements LogAccService {
@Autowired
private static SettingDataFixedDao settingDataFixedDao;
private SettingDataFixedDao settingDataFixedDao;
public static Map<String, Object> jsonToMap(JSONObject json) throws JSONException {
Map<String, Object> retMap = new HashMap<String, Object>();