|
|
@@ -53,6 +53,9 @@ public class MyHyconfirmationorder extends Controller {
|
|
|
if(!hyconfirmationorder.isEmpty())return getReturnObject_err("ÒÑ´æÔÚн¨µÄÈ·Èϵ¥").toString();
|
|
|
PaoRemote remote = hyconfirmationorder.addAtEnd();
|
|
|
remote.setValue("createby",hrid,11l);
|
|
|
+ if(pao.getString("ERRORMSG")!=null && pao.getString("ERRORMSG").length()!=0){
|
|
|
+ remote.setValue("PROBLEMMSG", pao.getString("ERRORMSG"));
|
|
|
+ }
|
|
|
hyconfirmationorder.save();
|
|
|
Row row=new Row();
|
|
|
row.put("fbillnum",remote.getString("fbillnum"));
|