|
@@ -380,9 +380,9 @@ public class SaorderAppBean extends AppBeanCust {
|
|
|
} else {
|
|
} else {
|
|
|
saorder.sendMail();
|
|
saorder.sendMail();
|
|
|
}
|
|
}
|
|
|
- new DBConnect().runSqlUpdate("update saorder set ferpbillno=t.ferpbillno from (\n" +
|
|
|
|
|
- "select max(ferpbillno)as ferpbillno from erpbilllog where fsourceobject='saorder' and fsourceid='" + id + "' \n" +
|
|
|
|
|
- ")t where saorderid='" + id + "'");
|
|
|
|
|
|
|
+// new DBConnect().runSqlUpdate("update saorder set ferpbillno=t.ferpbillno from (\n" +
|
|
|
|
|
+// "select max(ferpbillno)as ferpbillno from erpbilllog where fsourceobject='saorder' and fsourceid='" + id + "' \n" +
|
|
|
|
|
+// ")t where saorderid='" + id + "'");
|
|
|
}
|
|
}
|
|
|
byrefresh();
|
|
byrefresh();
|
|
|
}
|
|
}
|