|
|
@@ -144,7 +144,7 @@ public class sendplandetail extends Controller {
|
|
|
@CACHEING_CLEAN(apiClass = {sendplandetail.class})
|
|
|
public String createIcstockBill() throws YosException {
|
|
|
long sa_sendplanid=content.getLong("sa_sendplanid");
|
|
|
- Rows rows = dbConnect.runSqlQuery("welect * from sa_sendplan where sa_sendplanid="+sa_sendplanid);
|
|
|
+ Rows rows = dbConnect.runSqlQuery("select * from sa_sendplan where sa_sendplanid="+sa_sendplanid);
|
|
|
if(rows.isNotEmpty()){
|
|
|
departmentid=rows.get(0).getLong("departmentid");
|
|
|
}
|