Browse Source

1.其他支出收入单前端对接
2.收付款单前端对接

heqinwei 7 years ago
parent
commit
f591dc8e09

+ 1 - 1
applications/document/document-server/src/main/java/com/usoftchina/saas/document/mapper/BankinformationMapper.java

@@ -9,7 +9,7 @@ import java.util.List;
 public interface BankinformationMapper extends CommonBaseMapper<Bankinformation> {
     int deleteByPrimaryKey(Integer bkId);
 
-    int insert(Bankinformation record);
+//    int insert(Bankinformation record);
 
     int insertSelective(Bankinformation record);