Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@211 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 9 years ago
parent
commit
0fc8a8806c

+ 1 - 1
gkjsjy/trunk/src/com/xt/jygl/gkjygl/gklhxkgl/gkjylhsq/service/impl/LhsqServiceImpl.java

@@ -12,7 +12,7 @@ import com.xt.jygl.workflow.service.impl.BaseWorkFlowServiceImpl;
 import com.xtframe.sec.common.SecRepository;
 
 @Service
-public abstract class LhsqServiceImpl extends BaseWorkFlowServiceImpl<LhsqEntity, String> implements LhsqService {
+public class LhsqServiceImpl extends BaseWorkFlowServiceImpl<LhsqEntity, String> implements LhsqService {
 	@Autowired
 	private LhsqDao dao;