|
@@ -5,14 +5,12 @@ import java.util.List;
|
|
|
|
|
|
import javax.jws.HandlerChain;
|
|
|
import javax.jws.WebService;
|
|
|
-import javax.persistence.criteria.Predicate;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import com.jtgh.yjpt.common.Constants;
|
|
|
import com.jtgh.yjpt.common.GlobalData;
|
|
|
-import com.jtgh.yjpt.entity.cbzyhwsb.BzhwzjxxEntity;
|
|
|
import com.jtgh.yjpt.entity.jyrxxgl.RyjbxxEntity;
|
|
|
import com.jtgh.yjpt.entity.jyrxxgl.RyjbxxZSEntity;
|
|
|
import com.jtgh.yjpt.service.jyrxxgl.RyjbxxService;
|
|
@@ -47,7 +45,6 @@ public class RyqkxxWebService {
|
|
|
/**
|
|
|
* 外部调用
|
|
|
*/
|
|
|
- @SuppressWarnings("unchecked")
|
|
|
public RyjbxxEntity saveData(RyjbxxEntity ryjbxxEntity,
|
|
|
List<RyjbxxZSEntity> zsList) {
|
|
|
ryjbxxEntity.setAddUser(GlobalData.TB_USER);
|