|
|
@@ -254,7 +254,7 @@ public class expressform extends Controller {
|
|
|
}
|
|
|
ArrayList<String> sqllist = new ArrayList<>();
|
|
|
sqllist.add("delete from expressform where siteid='" + siteid + "' and expressformid=" + expressformid);
|
|
|
- sqllist.add("update st_stockbill set txlogisticid='',mailno='' where siteid='" + siteid + "' and txlogisticid=" + RowsStatus.get(0).getString("txlogisticid"));
|
|
|
+ sqllist.add("delete from sa_expressform_stockbill where siteid='" + siteid + "' and expressformid="+expressformid);
|
|
|
//sqllist.add("delete from expressformbillcodes where siteid='" + siteid + "' and expressformid=" + expressformid);
|
|
|
dbConnect.runSqlUpdate(sqllist);
|
|
|
}
|