Commit c59b80f8 authored by abibave's avatar abibave

changed access modifier of checkScheme method to public.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103262 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 06bb33f1
......@@ -1405,7 +1405,7 @@ public class PostOrderActivity {
return retString;
}
private String checkScheme(String itemCdParent,String orderType,String custCode,String siteCode,String stateDlv,String countCodeDlv,Timestamp tranDate,Connection conn)
public String checkScheme(String itemCdParent,String orderType,String custCode,String siteCode,String stateDlv,String countCodeDlv,Timestamp tranDate,Connection conn)
{
String schemeCode="";
String sql="";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment