|
@@ -35,12 +35,14 @@ public class DaZsdaServiceImpl implements DaZsdaService {
|
|
|
try {
|
|
|
|
|
|
entity.setMcid(11);
|
|
|
- Integer id = rep.findMax().get(0);
|
|
|
+
|
|
|
entity.setXgsj(new Date());
|
|
|
+ rep.save(entity);
|
|
|
DaJqda daJqda =new DaJqda() ;
|
|
|
+ Integer id = rep.findMax().get(0);
|
|
|
daJqda.setZSID(id);
|
|
|
jqdaRepo.save(daJqda);
|
|
|
- rep.save(entity);
|
|
|
+
|
|
|
|
|
|
return new Result(ResultCode.SUCCESS);
|
|
|
}catch (Exception e){
|