- fixed PM Actuals not sorting properly in Query Builder
- got SQLController/Service working
- send up
- {
“sqlStr”:”select begin_year, end_year from projects limit 1″,
“user”:{
“login”: “projportfolio”,
“password”: “projportfolio”
}
}
- {
- received
- {
“status”: true,
“statusString”: “”,
“errorString”: “”,
“data”: [
{
“end_year”: 2017,
“begin_year”: 2014
}
],
“exception”: “”,
“sqlStr”: “select begin_year, end_year from projects limit 1”
}
- {
- send up
