|
|
@@ -323,7 +323,7 @@ public class stockbill extends Controller {
|
|
|
@CACHEING_CLEAN(apiClass = {stockbill.class, stockbillitems.class, Order.class, OrderItems.class,restcontroller.sale.stockbill.stockbill.class})
|
|
|
public String check() throws YosException {
|
|
|
Long st_stockbillid = content.getLong("st_stockbillid");
|
|
|
- beans.stockbill.stockbill.check(this,st_stockbillid,true);
|
|
|
+ beans.stockbill.Stockbill.check(this,st_stockbillid,true);
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
|
|
|
@@ -331,7 +331,7 @@ public class stockbill extends Controller {
|
|
|
@CACHEING_CLEAN(apiClass = {stockbill.class, stockbillitems.class, Order.class, OrderItems.class,stockbill.class,restcontroller.sale.stockbill.stockbill.class})
|
|
|
public String uncheck() throws YosException {
|
|
|
Long st_stockbillid = content.getLong("st_stockbillid");
|
|
|
- beans.stockbill.stockbill.check(this,st_stockbillid,false);
|
|
|
+ beans.stockbill.Stockbill.check(this,st_stockbillid,false);
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
|