|
@@ -422,7 +422,7 @@ public class ItempriceadjustItemprice extends Controller {
|
|
|
if (!aa.isEmpty()) {
|
|
if (!aa.isEmpty()) {
|
|
|
url = aa.get(0).getString("url");
|
|
url = aa.get(0).getString("url");
|
|
|
}
|
|
}
|
|
|
- return getErrReturnObject().setErrMsg(url).toString();
|
|
|
|
|
|
|
+ return getSucReturnObject().setData(url).toString();
|
|
|
}
|
|
}
|
|
|
} catch (Exception e1) {
|
|
} catch (Exception e1) {
|
|
|
dbConnect.runSqlUpdate("delete from sa_itempriceadjust where sa_itempriceadjustid=" + sa_itempriceadjustid);
|
|
dbConnect.runSqlUpdate("delete from sa_itempriceadjust where sa_itempriceadjustid=" + sa_itempriceadjustid);
|