18870042648 пре 2 година
родитељ
комит
88a752b89b

+ 1 - 0
ypff/ypff/classes/.gitignore

@@ -1 +1,2 @@
+/.gitkeep
 /nc/

+ 1 - 1
ypff/ypff/src/private/nc/bs/yp/impl/ModifyMaintianImpl.java

@@ -118,7 +118,7 @@ public class ModifyMaintianImpl extends BaseServlet implements IHttpServletAdapt
 		}else {
 			version = aggCtSaleVO.getChildren(CtSaleChangeVO.class).length;
 		}
-		
+		 
 		//±ä¸üÀúÊ·
 		CtSaleChangeVO ctSaleChangeVO = new CtSaleChangeVO();
 		//Ö÷±íÖ÷¼ü

+ 1 - 1
ypff/ypff/src/private/nc/bs/yp/impl/UnvalidateMaintainImpl.java

@@ -35,7 +35,7 @@ import net.sf.json.JSONObject;
  */
 public class UnvalidateMaintainImpl extends BaseServlet implements IHttpServletAdaptor{
 
-	//请求唯一标识
+	//请求唯一标识  
 	private String vbillcode = "";
 	private WorkflownoteVO Workflownote = new WorkflownoteVO();
 	private IPFBusiAction ipf = NCLocator.getInstance().lookup(IPFBusiAction.class);

+ 1 - 1
ypff/ypff/src/private/nc/bs/yp/impl/UtilMaintainImpl.java

@@ -76,7 +76,7 @@ public class UtilMaintainImpl implements IUtilMaintain {
 		//调用单据取消生效动作脚本
 		ipf.processAction("VALIDATE", "Z3", Workflownote, aggCtSaleVO, null, null);
 		//拼接主键
-		IdGenerator idGenerator = new SequenceGenerator();
+		IdGenerator idGenerator = new SequenceGenerator();  
 
 		//新增执行过程
 		StringBuilder insertSQL = new StringBuilder("insert into ct_sale_exec(pk_ct_sale,pk_ct_sale_exec,pk_group,pk_org,pk_org_v,vexecdate,vexecflow,vexecreason,dr,ts) values(");